Documentation ¶
Index ¶
- type Args
- 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 DataArgs
- type DataCloudformation
- type DataCloudformationAttributes
- func (c DataCloudformationAttributes) InternalRef() (terra.Reference, error)
- func (c DataCloudformationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c DataCloudformationAttributes) InternalWithRef(ref terra.Reference) DataCloudformationAttributes
- func (c DataCloudformationAttributes) StackNames() terra.ListValue[terra.StringValue]
- type DataCloudformationState
- type DataSource
- type DataTags
- type DataTagsAttributes
- func (t DataTagsAttributes) AppBoundaryKey() terra.StringValue
- func (t DataTagsAttributes) InternalRef() (terra.Reference, error)
- func (t DataTagsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t DataTagsAttributes) InternalWithRef(ref terra.Reference) DataTagsAttributes
- func (t DataTagsAttributes) TagValues() terra.ListValue[terra.StringValue]
- type DataTagsState
- type Resource
- func (adrc *Resource) Attributes() awsDevopsguruResourceCollectionAttributes
- func (adrc *Resource) Configuration() interface{}
- func (adrc *Resource) DependOn() terra.Reference
- func (adrc *Resource) Dependencies() terra.Dependencies
- func (adrc *Resource) ImportState(state io.Reader) error
- func (adrc *Resource) LifecycleManagement() *terra.Lifecycle
- func (adrc *Resource) LocalName() string
- func (adrc *Resource) State() (*awsDevopsguruResourceCollectionState, bool)
- func (adrc *Resource) StateMust() *awsDevopsguruResourceCollectionState
- func (adrc *Resource) Type() string
- 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 Args ¶
type Args struct { // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` // Cloudformation: min=0 Cloudformation []Cloudformation `hcl:"cloudformation,block" validate:"min=0"` // Tags: min=0 Tags []Tags `hcl:"tags,block" validate:"min=0"` }
Args contains the configurations for aws_devopsguru_resource_collection.
type Cloudformation ¶
type Cloudformation struct { // StackNames: list of string, required StackNames terra.ListValue[terra.StringValue] `hcl:"stack_names,attr" validate:"required"` }
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 DataArgs ¶
type DataArgs struct { // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` // Cloudformation: min=0 Cloudformation []DataCloudformation `hcl:"cloudformation,block" validate:"min=0"` // Tags: min=0 Tags []DataTags `hcl:"tags,block" validate:"min=0"` }
DataArgs contains the configurations for aws_devopsguru_resource_collection.
type DataCloudformation ¶
type DataCloudformation struct{}
type DataCloudformationAttributes ¶
type DataCloudformationAttributes struct {
// contains filtered or unexported fields
}
func (DataCloudformationAttributes) InternalRef ¶
func (c DataCloudformationAttributes) InternalRef() (terra.Reference, error)
func (DataCloudformationAttributes) InternalTokens ¶
func (c DataCloudformationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataCloudformationAttributes) InternalWithRef ¶
func (c DataCloudformationAttributes) InternalWithRef(ref terra.Reference) DataCloudformationAttributes
func (DataCloudformationAttributes) StackNames ¶
func (c DataCloudformationAttributes) StackNames() terra.ListValue[terra.StringValue]
type DataCloudformationState ¶
type DataCloudformationState struct {
StackNames []string `json:"stack_names"`
}
type DataSource ¶
DataSource represents the Terraform data resource aws_devopsguru_resource_collection.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (adrc *DataSource) Attributes() dataAwsDevopsguruResourceCollectionAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (adrc *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (adrc *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (adrc *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DataTagsAttributes ¶
type DataTagsAttributes struct {
// contains filtered or unexported fields
}
func (DataTagsAttributes) AppBoundaryKey ¶
func (t DataTagsAttributes) AppBoundaryKey() terra.StringValue
func (DataTagsAttributes) InternalRef ¶
func (t DataTagsAttributes) InternalRef() (terra.Reference, error)
func (DataTagsAttributes) InternalTokens ¶
func (t DataTagsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataTagsAttributes) InternalWithRef ¶
func (t DataTagsAttributes) InternalWithRef(ref terra.Reference) DataTagsAttributes
func (DataTagsAttributes) TagValues ¶
func (t DataTagsAttributes) TagValues() terra.ListValue[terra.StringValue]
type DataTagsState ¶
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_devopsguru_resource_collection.
func (*Resource) Attributes ¶
func (adrc *Resource) Attributes() awsDevopsguruResourceCollectionAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (adrc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (adrc *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Tags ¶
type Tags struct { // AppBoundaryKey: string, required AppBoundaryKey terra.StringValue `hcl:"app_boundary_key,attr" validate:"required"` // TagValues: list of string, required TagValues terra.ListValue[terra.StringValue] `hcl:"tag_values,attr" validate:"required"` }
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]