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 StringThe type of container group.final ObjectThe definition for the game server container in this group.final StringgetName()A descriptive identifier for the container group definition.final StringThe platform that all containers in the container group definition run on.final NumberA specific ContainerGroupDefinition version to be updated.final ObjectThe set of definitions for support containers in this group.getTags()An array of key-value pairs to apply to this resource.final NumberThe amount of memory (in MiB) on a fleet instance to allocate for the container group.final NumberThe amount of vCPU units on a fleet instance to allocate for the container group (1 vCPU is equal to 1024 CPU units).final StringAn optional description that was provided for a container group definition update.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
-
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 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 server SDK version 4.x for Amazon GameLift Servers, first update the game server build to server SDK 5.x, and then deploy to AL2023 instances. See Migrate to server SDK version 5.
- Specified by:
getOperatingSystemin interfaceCfnContainerGroupDefinitionProps- See Also:
-
getTotalMemoryLimitMebibytes
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 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:
getTotalMemoryLimitMebibytesin interfaceCfnContainerGroupDefinitionProps- See Also:
-
getTotalVcpuLimit
Description copied from interface:CfnContainerGroupDefinitionPropsThe 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:
getTotalVcpuLimitin interfaceCfnContainerGroupDefinitionProps- See Also:
-
getContainerGroupType
Description copied from interface:CfnContainerGroupDefinitionPropsThe type of container group.Container group type determines how Amazon GameLift Servers deploys the container group on each fleet instance.
- Specified by:
getContainerGroupTypein interfaceCfnContainerGroupDefinitionProps- See Also:
-
getGameServerContainerDefinition
Description copied from interface:CfnContainerGroupDefinitionPropsThe 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.Returns union: either
IResolvableorCfnContainerGroupDefinition.GameServerContainerDefinitionProperty- Specified by:
getGameServerContainerDefinitionin 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:CfnContainerGroupDefinitionPropsThe 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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnContainerGroupDefinition.SupportContainerDefinitionProperty>- 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:
-
getVersionDescription
Description copied from interface:CfnContainerGroupDefinitionPropsAn optional description that was provided for a container group definition update.Each version can have a unique description.
- Specified by:
getVersionDescriptionin 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()
-