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 String
The type of container group.final Object
The definition for the game server container in this group.final String
getName()
A descriptive identifier for the container group definition.final String
The platform that all containers in the container group definition run on.final Number
A specific ContainerGroupDefinition version to be updated.final Object
The set of definitions for support containers in this group.getTags()
An array of key-value pairs to apply to this resource.final Number
The amount of memory (in MiB) on a fleet instance to allocate for the container group.final Number
The amount of vCPU units on a fleet instance to allocate for the container group (1 vCPU is equal to 1024 CPU units).final String
An optional description that was provided for a container group definition update.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
-
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 that all containers in the container group definition run on.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:
-
getTotalMemoryLimitMebibytes
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 a limit for each container definition in the group. If individual containers have limits, this total value must be greater than any individual container's memory limit.
- Specified by:
getTotalMemoryLimitMebibytes
in interfaceCfnContainerGroupDefinitionProps
- See Also:
-
getTotalVcpuLimit
Description copied from interface:CfnContainerGroupDefinitionProps
The amount of vCPU units on a fleet instance to allocate for the container group (1 vCPU is equal to 1024 CPU units).All containers in the group share these resources. You can set a limit for each container definition in the group. If individual containers have limits, this total value must be equal to or greater than the sum of the limits for each container in the group.
- Specified by:
getTotalVcpuLimit
in interfaceCfnContainerGroupDefinitionProps
- See Also:
-
getContainerGroupType
Description copied from interface:CfnContainerGroupDefinitionProps
The type of container group.Container group type determines how Amazon GameLift deploys the container group on each fleet instance.
- Specified by:
getContainerGroupType
in interfaceCfnContainerGroupDefinitionProps
- See Also:
-
getGameServerContainerDefinition
Description copied from interface:CfnContainerGroupDefinitionProps
The definition for the game server container in this group.This property is used only when the container group type is
GAME_SERVER
. This container definition specifies a container image with the game server build.- Specified by:
getGameServerContainerDefinition
in interfaceCfnContainerGroupDefinitionProps
- See Also:
-
getSourceVersionNumber
Description copied from interface:CfnContainerGroupDefinitionProps
A specific ContainerGroupDefinition version to be updated.- Specified by:
getSourceVersionNumber
in interfaceCfnContainerGroupDefinitionProps
- See Also:
-
getSupportContainerDefinitions
Description copied from interface:CfnContainerGroupDefinitionProps
The set of definitions for support containers in this group.A container group definition might have zero support container definitions. Support container can be used in any type of container group.
- Specified by:
getSupportContainerDefinitions
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:
-
getVersionDescription
Description copied from interface:CfnContainerGroupDefinitionProps
An optional description that was provided for a container group definition update.Each version can have a unique description.
- Specified by:
getVersionDescription
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()
-