Documentation ¶
Index ¶
- type Source
- type SourceAttributes
- func (s SourceAttributes) Accounts() terra.SetValue[terra.StringValue]
- func (s SourceAttributes) InternalRef() (terra.Reference, error)
- func (s SourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s SourceAttributes) InternalWithRef(ref terra.Reference) SourceAttributes
- func (s SourceAttributes) Regions() terra.SetValue[terra.StringValue]
- func (s SourceAttributes) SourceName() terra.StringValue
- func (s SourceAttributes) SourceVersion() terra.StringValue
- type SourceState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct { // Accounts: set of string, optional Accounts terra.SetValue[terra.StringValue] `hcl:"accounts,attr"` // Regions: set of string, required Regions terra.SetValue[terra.StringValue] `hcl:"regions,attr" validate:"required"` // SourceName: string, required SourceName terra.StringValue `hcl:"source_name,attr" validate:"required"` // SourceVersion: string, optional SourceVersion terra.StringValue `hcl:"source_version,attr"` }
type SourceAttributes ¶
type SourceAttributes struct {
// contains filtered or unexported fields
}
func (SourceAttributes) Accounts ¶
func (s SourceAttributes) Accounts() terra.SetValue[terra.StringValue]
func (SourceAttributes) InternalRef ¶
func (s SourceAttributes) InternalRef() (terra.Reference, error)
func (SourceAttributes) InternalTokens ¶
func (s SourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SourceAttributes) InternalWithRef ¶
func (s SourceAttributes) InternalWithRef(ref terra.Reference) SourceAttributes
func (SourceAttributes) Regions ¶
func (s SourceAttributes) Regions() terra.SetValue[terra.StringValue]
func (SourceAttributes) SourceName ¶
func (s SourceAttributes) SourceName() terra.StringValue
func (SourceAttributes) SourceVersion ¶
func (s SourceAttributes) SourceVersion() terra.StringValue
Click to show internal directories.
Click to hide internal directories.