ContainerGroupDefinitionArgs

data class ContainerGroupDefinitionArgs(val containerDefinitions: Output<List<ContainerGroupDefinitionContainerDefinitionArgs>>? = null, val name: Output<String>? = null, val operatingSystem: Output<ContainerGroupDefinitionOperatingSystem>? = null, val schedulingStrategy: Output<ContainerGroupDefinitionSchedulingStrategy>? = null, val tags: Output<List<TagArgs>>? = null, val totalCpuLimit: Output<Int>? = null, val totalMemoryLimit: Output<Int>? = null) : ConvertibleToJava<ContainerGroupDefinitionArgs>

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

Constructors

Link copied to clipboard
constructor(containerDefinitions: Output<List<ContainerGroupDefinitionContainerDefinitionArgs>>? = null, name: Output<String>? = null, operatingSystem: Output<ContainerGroupDefinitionOperatingSystem>? = null, schedulingStrategy: Output<ContainerGroupDefinitionSchedulingStrategy>? = null, tags: Output<List<TagArgs>>? = null, totalCpuLimit: Output<Int>? = null, totalMemoryLimit: Output<Int>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val name: Output<String>? = null

A descriptive label for the container group definition.

Link copied to clipboard

The operating system of the container group

Link copied to clipboard

Specifies whether the container group includes replica or daemon containers.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

Link copied to clipboard
val totalCpuLimit: Output<Int>? = null

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>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ContainerGroupDefinitionArgs