Documentation ¶
Index ¶
- type Args
- type Resource
- func (aga *Resource) Attributes() awsGameliftAliasAttributes
- func (aga *Resource) Configuration() interface{}
- func (aga *Resource) DependOn() terra.Reference
- func (aga *Resource) Dependencies() terra.Dependencies
- func (aga *Resource) ImportState(state io.Reader) error
- func (aga *Resource) LifecycleManagement() *terra.Lifecycle
- func (aga *Resource) LocalName() string
- func (aga *Resource) State() (*awsGameliftAliasState, bool)
- func (aga *Resource) StateMust() *awsGameliftAliasState
- func (aga *Resource) Type() string
- type RoutingStrategy
- type RoutingStrategyAttributes
- func (rs RoutingStrategyAttributes) FleetId() terra.StringValue
- func (rs RoutingStrategyAttributes) InternalRef() (terra.Reference, error)
- func (rs RoutingStrategyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rs RoutingStrategyAttributes) InternalWithRef(ref terra.Reference) RoutingStrategyAttributes
- func (rs RoutingStrategyAttributes) Message() terra.StringValue
- func (rs RoutingStrategyAttributes) Type() terra.StringValue
- type RoutingStrategyState
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, required Name terra.StringValue `hcl:"name,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"` // RoutingStrategy: required RoutingStrategy *RoutingStrategy `hcl:"routing_strategy,block" validate:"required"` }
Args contains the configurations for aws_gamelift_alias.
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_gamelift_alias.
func (*Resource) Attributes ¶
func (aga *Resource) Attributes() awsGameliftAliasAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aga *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aga *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 RoutingStrategy ¶
type RoutingStrategy struct { // FleetId: string, optional FleetId terra.StringValue `hcl:"fleet_id,attr"` // Message: string, optional Message terra.StringValue `hcl:"message,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type RoutingStrategyAttributes ¶
type RoutingStrategyAttributes struct {
// contains filtered or unexported fields
}
func (RoutingStrategyAttributes) FleetId ¶
func (rs RoutingStrategyAttributes) FleetId() terra.StringValue
func (RoutingStrategyAttributes) InternalRef ¶
func (rs RoutingStrategyAttributes) InternalRef() (terra.Reference, error)
func (RoutingStrategyAttributes) InternalTokens ¶
func (rs RoutingStrategyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RoutingStrategyAttributes) InternalWithRef ¶
func (rs RoutingStrategyAttributes) InternalWithRef(ref terra.Reference) RoutingStrategyAttributes
func (RoutingStrategyAttributes) Message ¶
func (rs RoutingStrategyAttributes) Message() terra.StringValue
func (RoutingStrategyAttributes) Type ¶
func (rs RoutingStrategyAttributes) Type() terra.StringValue
type RoutingStrategyState ¶
Click to show internal directories.
Click to hide internal directories.