Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataRegionAttributes
- func (r DataRegionAttributes) InternalRef() (terra.Reference, error)
- func (r DataRegionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r DataRegionAttributes) InternalWithRef(ref terra.Reference) DataRegionAttributes
- func (r DataRegionAttributes) KmsKeyArn() terra.StringValue
- func (r DataRegionAttributes) Name() terra.StringValue
- func (r DataRegionAttributes) Status() terra.StringValue
- func (r DataRegionAttributes) StatusMessage() terra.StringValue
- type DataRegionState
- type DataSource
- type Region
- type RegionAttributes
- func (r RegionAttributes) InternalRef() (terra.Reference, error)
- func (r RegionAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r RegionAttributes) InternalWithRef(ref terra.Reference) RegionAttributes
- func (r RegionAttributes) KmsKeyArn() terra.StringValue
- func (r RegionAttributes) Name() terra.StringValue
- func (r RegionAttributes) Status() terra.StringValue
- func (r RegionAttributes) StatusMessage() terra.StringValue
- type RegionState
- type Resource
- func (asrs *Resource) Attributes() awsSsmincidentsReplicationSetAttributes
- func (asrs *Resource) Configuration() interface{}
- func (asrs *Resource) DependOn() terra.Reference
- func (asrs *Resource) Dependencies() terra.Dependencies
- func (asrs *Resource) ImportState(state io.Reader) error
- func (asrs *Resource) LifecycleManagement() *terra.Lifecycle
- func (asrs *Resource) LocalName() string
- func (asrs *Resource) State() (*awsSsmincidentsReplicationSetState, bool)
- func (asrs *Resource) StateMust() *awsSsmincidentsReplicationSetState
- func (asrs *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // Region: min=1 Region []Region `hcl:"region,block" validate:"min=1"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_ssmincidents_replication_set.
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` }
DataArgs contains the configurations for aws_ssmincidents_replication_set.
type DataRegionAttributes ¶
type DataRegionAttributes struct {
// contains filtered or unexported fields
}
func (DataRegionAttributes) InternalRef ¶
func (r DataRegionAttributes) InternalRef() (terra.Reference, error)
func (DataRegionAttributes) InternalTokens ¶
func (r DataRegionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataRegionAttributes) InternalWithRef ¶
func (r DataRegionAttributes) InternalWithRef(ref terra.Reference) DataRegionAttributes
func (DataRegionAttributes) KmsKeyArn ¶
func (r DataRegionAttributes) KmsKeyArn() terra.StringValue
func (DataRegionAttributes) Name ¶
func (r DataRegionAttributes) Name() terra.StringValue
func (DataRegionAttributes) Status ¶
func (r DataRegionAttributes) Status() terra.StringValue
func (DataRegionAttributes) StatusMessage ¶
func (r DataRegionAttributes) StatusMessage() terra.StringValue
type DataRegionState ¶
type DataSource ¶
DataSource represents the Terraform data resource aws_ssmincidents_replication_set.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (asrs *DataSource) Attributes() dataAwsSsmincidentsReplicationSetAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (asrs *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (asrs *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (asrs *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type Region ¶
type Region struct { // KmsKeyArn: string, optional KmsKeyArn terra.StringValue `hcl:"kms_key_arn,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` }
type RegionAttributes ¶
type RegionAttributes struct {
// contains filtered or unexported fields
}
func (RegionAttributes) InternalRef ¶
func (r RegionAttributes) InternalRef() (terra.Reference, error)
func (RegionAttributes) InternalTokens ¶
func (r RegionAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RegionAttributes) InternalWithRef ¶
func (r RegionAttributes) InternalWithRef(ref terra.Reference) RegionAttributes
func (RegionAttributes) KmsKeyArn ¶
func (r RegionAttributes) KmsKeyArn() terra.StringValue
func (RegionAttributes) Name ¶
func (r RegionAttributes) Name() terra.StringValue
func (RegionAttributes) Status ¶
func (r RegionAttributes) Status() terra.StringValue
func (RegionAttributes) StatusMessage ¶
func (r RegionAttributes) StatusMessage() terra.StringValue
type RegionState ¶
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_ssmincidents_replication_set.
func (*Resource) Attributes ¶
func (asrs *Resource) Attributes() awsSsmincidentsReplicationSetAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asrs *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asrs *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 Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue