Class CfnContainerGroupDefinitionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerGroupDefinitionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerGroupDefinitionMixinProps
CfnContainerGroupDefinitionMixinProps-
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.cfnpropertymixins.services.gamelift.CfnContainerGroupDefinitionMixinProps
CfnContainerGroupDefinitionMixinProps.Builder, CfnContainerGroupDefinitionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinitionMixinProps.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 theCfnContainerGroupDefinitionMixinProps.Builder.
-
-
Method Details
-
getContainerGroupType
Description copied from interface:CfnContainerGroupDefinitionMixinPropsThe type of container group.Container group type determines how Amazon GameLift Servers deploys the container group on each fleet instance.
- Specified by:
getContainerGroupTypein interfaceCfnContainerGroupDefinitionMixinProps- See Also:
-
getGameServerContainerDefinition
Description copied from interface:CfnContainerGroupDefinitionMixinPropsThe 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
IResolvableorCfnContainerGroupDefinitionPropsMixin.GameServerContainerDefinitionProperty- Specified by:
getGameServerContainerDefinitionin interfaceCfnContainerGroupDefinitionMixinProps- See Also:
-
getName
Description copied from interface:CfnContainerGroupDefinitionMixinPropsA descriptive identifier for the container group definition.The name value is unique in an AWS Region.
- Specified by:
getNamein interfaceCfnContainerGroupDefinitionMixinProps- See Also:
-
getOperatingSystem
Description copied from interface:CfnContainerGroupDefinitionMixinPropsThe platform that all containers in the container group definition run on.Amazon Linux 2 (AL2) will reach end of support on 6/30/2026. 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 interfaceCfnContainerGroupDefinitionMixinProps- See Also:
-
getSourceVersionNumber
Description copied from interface:CfnContainerGroupDefinitionMixinPropsA specific ContainerGroupDefinition version to be updated.- Specified by:
getSourceVersionNumberin interfaceCfnContainerGroupDefinitionMixinProps- See Also:
-
getSupportContainerDefinitions
Description copied from interface:CfnContainerGroupDefinitionMixinPropsThe 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: '<'eitherIResolvableorCfnContainerGroupDefinitionPropsMixin.SupportContainerDefinitionProperty>- Specified by:
getSupportContainerDefinitionsin interfaceCfnContainerGroupDefinitionMixinProps- See Also:
-
getTags
Description copied from interface:CfnContainerGroupDefinitionMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnContainerGroupDefinitionMixinProps- See Also:
-
getTotalMemoryLimitMebibytes
Description copied from interface:CfnContainerGroupDefinitionMixinPropsThe 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 interfaceCfnContainerGroupDefinitionMixinProps- See Also:
-
getTotalVcpuLimit
Description copied from interface:CfnContainerGroupDefinitionMixinPropsThe 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 interfaceCfnContainerGroupDefinitionMixinProps- See Also:
-
getVersionDescription
Description copied from interface:CfnContainerGroupDefinitionMixinPropsAn optional description that was provided for a container group definition update.Each version can have a unique description.
- Specified by:
getVersionDescriptionin interfaceCfnContainerGroupDefinitionMixinProps- 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()
-