Documentation ¶
Index ¶
- type Args
- type Resource
- func (aads *Resource) Attributes() awsAppconfigDeploymentStrategyAttributes
- func (aads *Resource) Configuration() interface{}
- func (aads *Resource) DependOn() terra.Reference
- func (aads *Resource) Dependencies() terra.Dependencies
- func (aads *Resource) ImportState(state io.Reader) error
- func (aads *Resource) LifecycleManagement() *terra.Lifecycle
- func (aads *Resource) LocalName() string
- func (aads *Resource) State() (*awsAppconfigDeploymentStrategyState, bool)
- func (aads *Resource) StateMust() *awsAppconfigDeploymentStrategyState
- func (aads *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // DeploymentDurationInMinutes: number, required DeploymentDurationInMinutes terra.NumberValue `hcl:"deployment_duration_in_minutes,attr" validate:"required"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // FinalBakeTimeInMinutes: number, optional FinalBakeTimeInMinutes terra.NumberValue `hcl:"final_bake_time_in_minutes,attr"` // GrowthFactor: number, required GrowthFactor terra.NumberValue `hcl:"growth_factor,attr" validate:"required"` // GrowthType: string, optional GrowthType terra.StringValue `hcl:"growth_type,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // ReplicateTo: string, required ReplicateTo terra.StringValue `hcl:"replicate_to,attr" validate:"required"` // 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"` }
Args contains the configurations for aws_appconfig_deployment_strategy.
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_appconfig_deployment_strategy.
func (*Resource) Attributes ¶
func (aads *Resource) Attributes() awsAppconfigDeploymentStrategyAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aads *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aads *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.
Click to show internal directories.
Click to hide internal directories.