gameliftalias

package
v0.0.0-...-964ba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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 (RoutingStrategyAttributes) InternalRef

func (rs RoutingStrategyAttributes) InternalRef() (terra.Reference, error)

func (RoutingStrategyAttributes) InternalTokens

func (rs RoutingStrategyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (RoutingStrategyAttributes) InternalWithRef

func (RoutingStrategyAttributes) Message

func (RoutingStrategyAttributes) Type

type RoutingStrategyState

type RoutingStrategyState struct {
	FleetId string `json:"fleet_id"`
	Message string `json:"message"`
	Type    string `json:"type"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL