Class ContainerGroupDefinition
- java.lang.Object
-
- software.amazon.awssdk.services.gamelift.model.ContainerGroupDefinition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContainerGroupDefinition.Builder,ContainerGroupDefinition>
@Generated("software.amazon.awssdk:codegen") public final class ContainerGroupDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContainerGroupDefinition.Builder,ContainerGroupDefinition>
This data type is used with the Amazon GameLift containers feature, which is currently in public preview.
The properties that describe a container group resource. Container group definition properties can't be updated. To change a property, create a new container group definition.
Used with: CreateContainerGroupDefinition
Returned by: DescribeContainerGroupDefinition, ListContainerGroupDefinitions
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContainerGroupDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContainerGroupDefinition.Builderbuilder()List<ContainerDefinition>containerDefinitions()The set of container definitions that are included in the container group.StringcontainerGroupDefinitionArn()The Amazon Resource Name (ARN) that is assigned to an Amazon GameLiftContainerGroupDefinitionresource.InstantcreationTime()A time stamp indicating when this data object was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasContainerDefinitions()For responses, this returns true if the service returned a value for the ContainerDefinitions property.inthashCode()Stringname()A descriptive identifier for the container group definition.ContainerOperatingSystemoperatingSystem()The platform required for all containers in the container group definition.StringoperatingSystemAsString()The platform required for all containers in the container group definition.ContainerSchedulingStrategyschedulingStrategy()The method for deploying the container group across fleet instances.StringschedulingStrategyAsString()The method for deploying the container group across fleet instances.List<SdkField<?>>sdkFields()static Class<? extends ContainerGroupDefinition.Builder>serializableBuilderClass()ContainerGroupDefinitionStatusstatus()Current status of the container group definition resource.StringstatusAsString()Current status of the container group definition resource.StringstatusReason()Additional information about a container group definition that's inFAILEDstatus.ContainerGroupDefinition.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegertotalCpuLimit()The amount of CPU units on a fleet instance to allocate for the container group.IntegertotalMemoryLimit()The amount of memory (in MiB) on a fleet instance to allocate for the container group.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
containerGroupDefinitionArn
public final String containerGroupDefinitionArn()
The Amazon Resource Name (ARN) that is assigned to an Amazon GameLift
ContainerGroupDefinitionresource. It uniquely identifies the resource across all Amazon Web Services Regions. Format isarn:aws:gamelift:<region>::containergroupdefinition/[container group definition name].- Returns:
- The Amazon Resource Name (ARN) that is assigned to an
Amazon GameLift
ContainerGroupDefinitionresource. It uniquely identifies the resource across all Amazon Web Services Regions. Format isarn:aws:gamelift:<region>::containergroupdefinition/[container group definition name].
-
creationTime
public final Instant creationTime()
A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example
"1469498468.057").- Returns:
- A time stamp indicating when this data object was created. Format is a number expressed in Unix time as
milliseconds (for example
"1469498468.057").
-
operatingSystem
public final ContainerOperatingSystem operatingSystem()
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.
If the service returns an enum value that is not available in the current SDK version,
operatingSystemwill returnContainerOperatingSystem.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatingSystemAsString().- Returns:
- 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.
- See Also:
ContainerOperatingSystem
-
operatingSystemAsString
public final String operatingSystemAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
operatingSystemwill returnContainerOperatingSystem.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatingSystemAsString().- Returns:
- 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.
- See Also:
ContainerOperatingSystem
-
name
public final String name()
A descriptive identifier for the container group definition. The name value is unique in an Amazon Web Services Region.
- Returns:
- A descriptive identifier for the container group definition. The name value is unique in an Amazon Web Services Region.
-
schedulingStrategy
public final ContainerSchedulingStrategy schedulingStrategy()
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.
If the service returns an enum value that is not available in the current SDK version,
schedulingStrategywill returnContainerSchedulingStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromschedulingStrategyAsString().- Returns:
- 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.
- See Also:
ContainerSchedulingStrategy
-
schedulingStrategyAsString
public final String schedulingStrategyAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
schedulingStrategywill returnContainerSchedulingStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromschedulingStrategyAsString().- Returns:
- 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.
- See Also:
ContainerSchedulingStrategy
-
totalMemoryLimit
public final Integer totalMemoryLimit()
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.
- Returns:
- 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.
-
-
-
totalCpuLimit
public final Integer totalCpuLimit()
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.
- Returns:
- 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.
-
hasContainerDefinitions
public final boolean hasContainerDefinitions()
For responses, this returns true if the service returned a value for the ContainerDefinitions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
containerDefinitions
public final List<ContainerDefinition> containerDefinitions()
The set of container definitions that are included in the container group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasContainerDefinitions()method.- Returns:
- The set of container definitions that are included in the container group.
-
status
public final ContainerGroupDefinitionStatus status()
Current status of the container group definition resource. Values include:
-
COPYING-- Amazon GameLift is in the process of making copies of all container images that are defined in the group. While in this state, the resource can't be used to create a container fleet. -
READY-- Amazon GameLift has copied the registry images for all containers that are defined in the group. You can use a container group definition in this status to create a container fleet. -
FAILED-- Amazon GameLift failed to create a valid container group definition resource. For more details on the cause of the failure, seeStatusReason. A container group definition resource in failed status will be deleted within a few minutes.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnContainerGroupDefinitionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Current status of the container group definition resource. Values include:
-
COPYING-- Amazon GameLift is in the process of making copies of all container images that are defined in the group. While in this state, the resource can't be used to create a container fleet. -
READY-- Amazon GameLift has copied the registry images for all containers that are defined in the group. You can use a container group definition in this status to create a container fleet. -
FAILED-- Amazon GameLift failed to create a valid container group definition resource. For more details on the cause of the failure, seeStatusReason. A container group definition resource in failed status will be deleted within a few minutes.
-
- See Also:
ContainerGroupDefinitionStatus
-
-
statusAsString
public final String statusAsString()
Current status of the container group definition resource. Values include:
-
COPYING-- Amazon GameLift is in the process of making copies of all container images that are defined in the group. While in this state, the resource can't be used to create a container fleet. -
READY-- Amazon GameLift has copied the registry images for all containers that are defined in the group. You can use a container group definition in this status to create a container fleet. -
FAILED-- Amazon GameLift failed to create a valid container group definition resource. For more details on the cause of the failure, seeStatusReason. A container group definition resource in failed status will be deleted within a few minutes.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnContainerGroupDefinitionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Current status of the container group definition resource. Values include:
-
COPYING-- Amazon GameLift is in the process of making copies of all container images that are defined in the group. While in this state, the resource can't be used to create a container fleet. -
READY-- Amazon GameLift has copied the registry images for all containers that are defined in the group. You can use a container group definition in this status to create a container fleet. -
FAILED-- Amazon GameLift failed to create a valid container group definition resource. For more details on the cause of the failure, seeStatusReason. A container group definition resource in failed status will be deleted within a few minutes.
-
- See Also:
ContainerGroupDefinitionStatus
-
-
statusReason
public final String statusReason()
Additional information about a container group definition that's in
FAILEDstatus. Possible reasons include:-
An internal issue prevented Amazon GameLift from creating the container group definition resource. Delete the failed resource and call CreateContainerGroupDefinitionagain.
-
An access-denied message means that you don't have permissions to access the container image on ECR. See IAM permission examples for help setting up required IAM permissions for Amazon GameLift.
-
The
ImageUrivalue for at least one of the containers in the container group definition was invalid or not found in the current Amazon Web Services account. -
At least one of the container images referenced in the container group definition exceeds the allowed size. For size limits, see Amazon GameLift endpoints and quotas.
-
At least one of the container images referenced in the container group definition uses a different operating system than the one defined for the container group.
- Returns:
- Additional information about a container group definition that's in
FAILEDstatus. Possible reasons include:-
An internal issue prevented Amazon GameLift from creating the container group definition resource. Delete the failed resource and call CreateContainerGroupDefinitionagain.
-
An access-denied message means that you don't have permissions to access the container image on ECR. See IAM permission examples for help setting up required IAM permissions for Amazon GameLift.
-
The
ImageUrivalue for at least one of the containers in the container group definition was invalid or not found in the current Amazon Web Services account. -
At least one of the container images referenced in the container group definition exceeds the allowed size. For size limits, see Amazon GameLift endpoints and quotas.
-
At least one of the container images referenced in the container group definition uses a different operating system than the one defined for the container group.
-
-
-
toBuilder
public ContainerGroupDefinition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContainerGroupDefinition.Builder,ContainerGroupDefinition>
-
builder
public static ContainerGroupDefinition.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContainerGroupDefinition.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-