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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.CfnContainerGroupDefinitionProps
CfnContainerGroupDefinitionProps.Builder, CfnContainerGroupDefinitionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinitionProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe set of container definitions that are included in the container group.final StringgetName()A descriptive identifier for the container group definition.final StringThe platform required for all containers in the container group definition.final StringThe method for deploying the container group across fleet instances.final NumberA specific ContainerGroupDefinition version to be updated.final ObjectA collection of support container definitions that define the containers in this group.getTags()An array of key-value pairs to apply to this resource.final NumberThe amount of CPU units on a fleet instance to allocate for the container group.final NumberThe amount of memory (in MiB) on a fleet instance to allocate for the container group.final inthashCode()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:CfnContainerGroupDefinitionPropsThe set of container definitions that are included in the container group.- Specified by:
getContainerDefinitionsin interfaceCfnContainerGroupDefinitionProps- See Also:
-
getName
Description copied from interface:CfnContainerGroupDefinitionPropsA descriptive identifier for the container group definition.The name value is unique in an AWS Region.
- Specified by:
getNamein interfaceCfnContainerGroupDefinitionProps- See Also:
-
getOperatingSystem
Description copied from interface:CfnContainerGroupDefinitionPropsThe 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:
getOperatingSystemin interfaceCfnContainerGroupDefinitionProps- See Also:
-
getTotalCpuLimit
Description copied from interface:CfnContainerGroupDefinitionPropsThe 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
ContainerDefinitionin 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:
getTotalCpuLimitin interfaceCfnContainerGroupDefinitionProps- See Also:
-
getTotalMemoryLimit
Description copied from interface:CfnContainerGroupDefinitionPropsThe 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
ContainerDefinitionin 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:
getTotalMemoryLimitin interfaceCfnContainerGroupDefinitionProps- See Also:
-
getSchedulingStrategy
Description copied from interface:CfnContainerGroupDefinitionPropsThe 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:
getSchedulingStrategyin interfaceCfnContainerGroupDefinitionProps- See Also:
-
getSourceVersionNumber
Description copied from interface:CfnContainerGroupDefinitionPropsA specific ContainerGroupDefinition version to be updated.- Specified by:
getSourceVersionNumberin interfaceCfnContainerGroupDefinitionProps- See Also:
-
getSupportContainerDefinitions
Description copied from interface:CfnContainerGroupDefinitionPropsA collection of support container definitions that define the containers in this group.- Specified by:
getSupportContainerDefinitionsin interfaceCfnContainerGroupDefinitionProps- See Also:
-
getTags
Description copied from interface:CfnContainerGroupDefinitionPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnContainerGroupDefinitionProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-