ContainerGroupDefinition

class ContainerGroupDefinition : KotlinCustomResource

The AWS::GameLift::ContainerGroupDefinition resource creates an Amazon GameLift container group definition.

Properties

Link copied to clipboard

A collection of container definitions that define the containers in this group.

Link copied to clipboard

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift container group resource and uniquely identifies it across all AWS Regions.

Link copied to clipboard
val creationTime: Output<String>

A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

A descriptive label for the container group definition.

Link copied to clipboard

The operating system of the container group

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies whether the container group includes replica or daemon containers.

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val totalCpuLimit: Output<Int>

The maximum number of CPU units reserved for this container group. The value is expressed as an integer amount of CPU units. (1 vCPU is equal to 1024 CPU units.)

Link copied to clipboard
val totalMemoryLimit: Output<Int>

The maximum amount of memory (in MiB) to allocate for this container group.

Link copied to clipboard
val urn: Output<String>