Documentation ¶
Index ¶
- type Args
- type Resource
- func (asd *Resource) Attributes() awsSwfDomainAttributes
- func (asd *Resource) Configuration() interface{}
- func (asd *Resource) DependOn() terra.Reference
- func (asd *Resource) Dependencies() terra.Dependencies
- func (asd *Resource) ImportState(state io.Reader) error
- func (asd *Resource) LifecycleManagement() *terra.Lifecycle
- func (asd *Resource) LocalName() string
- func (asd *Resource) State() (*awsSwfDomainState, bool)
- func (asd *Resource) StateMust() *awsSwfDomainState
- func (asd *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // NamePrefix: string, optional NamePrefix terra.StringValue `hcl:"name_prefix,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"` // WorkflowExecutionRetentionPeriodInDays: string, required WorkflowExecutionRetentionPeriodInDays terra.StringValue `hcl:"workflow_execution_retention_period_in_days,attr" validate:"required"` }
Args contains the configurations for aws_swf_domain.
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_swf_domain.
func (*Resource) Attributes ¶
func (asd *Resource) Attributes() awsSwfDomainAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (asd *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (asd *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.