Class CfnContainerGroupDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerGroupDefinitionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerGroupDefinitionProps
CfnContainerGroupDefinitionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.CfnContainerGroupDefinitionProps
CfnContainerGroupDefinitionProps.Builder, CfnContainerGroupDefinitionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinitionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The set of container definitions that are included in the container group.final String
getName()
A descriptive identifier for the container group definition.final String
The platform required for all containers in the container group definition.final String
The method for deploying the container group across fleet instances.getTags()
An array of key-value pairs to apply to this resource.final Number
The amount of CPU units on a fleet instance to allocate for the container group.final Number
The amount of memory (in MiB) on a fleet instance to allocate for the container group.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinitionProps.Builder
.
-
-
Method Details
-
getContainerDefinitions
Description copied from interface:CfnContainerGroupDefinitionProps
The set of container definitions that are included in the container group.- Specified by:
getContainerDefinitions
in interfaceCfnContainerGroupDefinitionProps
- See Also:
-
getName
Description copied from interface:CfnContainerGroupDefinitionProps
A descriptive identifier for the container group definition.The name value is unique in an AWS Region.
- Specified by:
getName
in interfaceCfnContainerGroupDefinitionProps
- See Also:
-
getOperatingSystem
Description copied from interface:CfnContainerGroupDefinitionProps
The platform required for all containers in the container group definition.Amazon Linux 2 (AL2) will reach end of support on 6/30/2025. See more details in the Amazon Linux 2 FAQs . For game servers that are hosted on AL2 and use Amazon GameLift server SDK 4.x., first update the game server build to server SDK 5.x, and then deploy to AL2023 instances. See Migrate to Amazon GameLift server SDK version 5.
- Specified by:
getOperatingSystem
in interfaceCfnContainerGroupDefinitionProps
- See Also:
-
getTotalCpuLimit
Description copied from interface:CfnContainerGroupDefinitionProps
The amount of CPU units on a fleet instance to allocate for the container group.All containers in the group share these resources. This property is an integer value in CPU units (1 vCPU is equal to 1024 CPU units).
You can set additional limits for each
ContainerDefinition
in the group. If individual containers have limits, this value must be equal to or greater than the sum of all container-specific CPU limits in the group.For more details on memory allocation, see the Container fleet design guide .
- Specified by:
getTotalCpuLimit
in interfaceCfnContainerGroupDefinitionProps
- See Also:
-
getTotalMemoryLimit
Description copied from interface:CfnContainerGroupDefinitionProps
The amount of memory (in MiB) on a fleet instance to allocate for the container group.All containers in the group share these resources.
You can set additional limits for each
ContainerDefinition
in the group. If individual containers have limits, this value must meet the following requirements:- Equal to or greater than the sum of all container-specific soft memory limits in the group.
- Equal to or greater than any container-specific hard limits in the group.
For more details on memory allocation, see the Container fleet design guide .
- Specified by:
getTotalMemoryLimit
in interfaceCfnContainerGroupDefinitionProps
- See Also:
-
getSchedulingStrategy
Description copied from interface:CfnContainerGroupDefinitionProps
The method for deploying the container group across fleet instances.A replica container group might have multiple copies on each fleet instance. A daemon container group maintains only one copy per fleet instance.
- Specified by:
getSchedulingStrategy
in interfaceCfnContainerGroupDefinitionProps
- See Also:
-
getTags
Description copied from interface:CfnContainerGroupDefinitionProps
An array of key-value pairs to apply to this resource.- Specified by:
getTags
in interfaceCfnContainerGroupDefinitionProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-