gameliftscript

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 StorageLocation

type StorageLocation struct {
	// Bucket: string, required
	Bucket terra.StringValue `hcl:"bucket,attr" validate:"required"`
	// Key: string, required
	Key terra.StringValue `hcl:"key,attr" validate:"required"`
	// ObjectVersion: string, optional
	ObjectVersion terra.StringValue `hcl:"object_version,attr"`
	// RoleArn: string, required
	RoleArn terra.StringValue `hcl:"role_arn,attr" validate:"required"`
}

type StorageLocationAttributes

type StorageLocationAttributes struct {
	// contains filtered or unexported fields
}

func (StorageLocationAttributes) Bucket

func (StorageLocationAttributes) InternalRef

func (sl StorageLocationAttributes) InternalRef() (terra.Reference, error)

func (StorageLocationAttributes) InternalTokens

func (sl StorageLocationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (StorageLocationAttributes) InternalWithRef

func (StorageLocationAttributes) Key

func (StorageLocationAttributes) ObjectVersion

func (sl StorageLocationAttributes) ObjectVersion() terra.StringValue

func (StorageLocationAttributes) RoleArn

type StorageLocationState

type StorageLocationState struct {
	Bucket        string `json:"bucket"`
	Key           string `json:"key"`
	ObjectVersion string `json:"object_version"`
	RoleArn       string `json:"role_arn"`
}

Jump to

Keyboard shortcuts

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