gameliftgamesessionqueue

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 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 (PlayerLatencyPolicyAttributes) MaximumIndividualPlayerLatencyMilliseconds

func (plp PlayerLatencyPolicyAttributes) MaximumIndividualPlayerLatencyMilliseconds() terra.NumberValue

func (PlayerLatencyPolicyAttributes) PolicyDurationSeconds

func (plp PlayerLatencyPolicyAttributes) PolicyDurationSeconds() terra.NumberValue

type PlayerLatencyPolicyState

type PlayerLatencyPolicyState struct {
	MaximumIndividualPlayerLatencyMilliseconds float64 `json:"maximum_individual_player_latency_milliseconds"`
	PolicyDurationSeconds                      float64 `json:"policy_duration_seconds"`
}

Jump to

Keyboard shortcuts

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