Documentation ¶
Index ¶
- type Args
- type PlayerLatencyPolicy
- type PlayerLatencyPolicyAttributes
- func (plp PlayerLatencyPolicyAttributes) InternalRef() (terra.Reference, error)
- func (plp PlayerLatencyPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (plp PlayerLatencyPolicyAttributes) InternalWithRef(ref terra.Reference) PlayerLatencyPolicyAttributes
- func (plp PlayerLatencyPolicyAttributes) MaximumIndividualPlayerLatencyMilliseconds() terra.NumberValue
- func (plp PlayerLatencyPolicyAttributes) PolicyDurationSeconds() terra.NumberValue
- type PlayerLatencyPolicyState
- type Resource
- func (aggsq *Resource) Attributes() awsGameliftGameSessionQueueAttributes
- func (aggsq *Resource) Configuration() interface{}
- func (aggsq *Resource) DependOn() terra.Reference
- func (aggsq *Resource) Dependencies() terra.Dependencies
- func (aggsq *Resource) ImportState(state io.Reader) error
- func (aggsq *Resource) LifecycleManagement() *terra.Lifecycle
- func (aggsq *Resource) LocalName() string
- func (aggsq *Resource) State() (*awsGameliftGameSessionQueueState, bool)
- func (aggsq *Resource) StateMust() *awsGameliftGameSessionQueueState
- func (aggsq *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // CustomEventData: string, optional CustomEventData terra.StringValue `hcl:"custom_event_data,attr"` // Destinations: list of string, optional Destinations terra.ListValue[terra.StringValue] `hcl:"destinations,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // NotificationTarget: string, optional NotificationTarget terra.StringValue `hcl:"notification_target,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"` // TimeoutInSeconds: number, optional TimeoutInSeconds terra.NumberValue `hcl:"timeout_in_seconds,attr"` // PlayerLatencyPolicy: min=0 PlayerLatencyPolicy []PlayerLatencyPolicy `hcl:"player_latency_policy,block" validate:"min=0"` }
Args contains the configurations for aws_gamelift_game_session_queue.
type PlayerLatencyPolicy ¶
type PlayerLatencyPolicy struct { // MaximumIndividualPlayerLatencyMilliseconds: number, required MaximumIndividualPlayerLatencyMilliseconds terra.NumberValue `hcl:"maximum_individual_player_latency_milliseconds,attr" validate:"required"` // PolicyDurationSeconds: number, optional PolicyDurationSeconds terra.NumberValue `hcl:"policy_duration_seconds,attr"` }
type PlayerLatencyPolicyAttributes ¶
type PlayerLatencyPolicyAttributes struct {
// contains filtered or unexported fields
}
func (PlayerLatencyPolicyAttributes) InternalRef ¶
func (plp PlayerLatencyPolicyAttributes) InternalRef() (terra.Reference, error)
func (PlayerLatencyPolicyAttributes) InternalTokens ¶
func (plp PlayerLatencyPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PlayerLatencyPolicyAttributes) InternalWithRef ¶
func (plp PlayerLatencyPolicyAttributes) InternalWithRef(ref terra.Reference) PlayerLatencyPolicyAttributes
func (PlayerLatencyPolicyAttributes) MaximumIndividualPlayerLatencyMilliseconds ¶
func (plp PlayerLatencyPolicyAttributes) MaximumIndividualPlayerLatencyMilliseconds() terra.NumberValue
func (PlayerLatencyPolicyAttributes) PolicyDurationSeconds ¶
func (plp PlayerLatencyPolicyAttributes) PolicyDurationSeconds() terra.NumberValue
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_game_session_queue.
func (*Resource) Attributes ¶
func (aggsq *Resource) Attributes() awsGameliftGameSessionQueueAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (aggsq *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (aggsq *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.