Documentation ¶
Index ¶
- type Cloudformation
- type CloudformationAttributes
- func (c CloudformationAttributes) InternalRef() (terra.Reference, error)
- func (c CloudformationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c CloudformationAttributes) InternalWithRef(ref terra.Reference) CloudformationAttributes
- func (c CloudformationAttributes) StackNames() terra.ListValue[terra.StringValue]
- type CloudformationState
- type Tags
- type TagsAttributes
- func (t TagsAttributes) AppBoundaryKey() terra.StringValue
- func (t TagsAttributes) InternalRef() (terra.Reference, error)
- func (t TagsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TagsAttributes) InternalWithRef(ref terra.Reference) TagsAttributes
- func (t TagsAttributes) TagValues() terra.ListValue[terra.StringValue]
- type TagsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cloudformation ¶
type Cloudformation struct{}
type CloudformationAttributes ¶
type CloudformationAttributes struct {
// contains filtered or unexported fields
}
func (CloudformationAttributes) InternalRef ¶
func (c CloudformationAttributes) InternalRef() (terra.Reference, error)
func (CloudformationAttributes) InternalTokens ¶
func (c CloudformationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CloudformationAttributes) InternalWithRef ¶
func (c CloudformationAttributes) InternalWithRef(ref terra.Reference) CloudformationAttributes
func (CloudformationAttributes) StackNames ¶
func (c CloudformationAttributes) StackNames() terra.ListValue[terra.StringValue]
type CloudformationState ¶
type CloudformationState struct {
StackNames []string `json:"stack_names"`
}
type TagsAttributes ¶
type TagsAttributes struct {
// contains filtered or unexported fields
}
func (TagsAttributes) AppBoundaryKey ¶
func (t TagsAttributes) AppBoundaryKey() terra.StringValue
func (TagsAttributes) InternalRef ¶
func (t TagsAttributes) InternalRef() (terra.Reference, error)
func (TagsAttributes) InternalTokens ¶
func (t TagsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TagsAttributes) InternalWithRef ¶
func (t TagsAttributes) InternalWithRef(ref terra.Reference) TagsAttributes
func (TagsAttributes) TagValues ¶
func (t TagsAttributes) TagValues() terra.ListValue[terra.StringValue]
Click to show internal directories.
Click to hide internal directories.