Class CfnContainerGroupDefinition
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.gamelift.CfnContainerGroupDefinition
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2025-01-15T21:09:19.841Z")
@Stability(Stable)
public class CfnContainerGroupDefinition
extends CfnResource
implements IInspectable, ITaggableV2
The properties that describe a container group resource.
You can update all properties of a container group definition properties. Updates to a container group definition are saved as new versions.
Used with: CreateContainerGroupDefinition
Returned by: DescribeContainerGroupDefinition , ListContainerGroupDefinitions , UpdateContainerGroupDefinition
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.gamelift.*; CfnContainerGroupDefinition cfnContainerGroupDefinition = CfnContainerGroupDefinition.Builder.create(this, "MyCfnContainerGroupDefinition") .name("name") .operatingSystem("operatingSystem") .totalMemoryLimitMebibytes(123) .totalVcpuLimit(123) // the properties below are optional .containerGroupType("containerGroupType") .gameServerContainerDefinition(GameServerContainerDefinitionProperty.builder() .containerName("containerName") .imageUri("imageUri") .serverSdkVersion("serverSdkVersion") // the properties below are optional .dependsOn(List.of(ContainerDependencyProperty.builder() .condition("condition") .containerName("containerName") .build())) .environmentOverride(List.of(ContainerEnvironmentProperty.builder() .name("name") .value("value") .build())) .mountPoints(List.of(ContainerMountPointProperty.builder() .instancePath("instancePath") // the properties below are optional .accessLevel("accessLevel") .containerPath("containerPath") .build())) .portConfiguration(PortConfigurationProperty.builder() .containerPortRanges(List.of(ContainerPortRangeProperty.builder() .fromPort(123) .protocol("protocol") .toPort(123) .build())) .build()) .resolvedImageDigest("resolvedImageDigest") .build()) .sourceVersionNumber(123) .supportContainerDefinitions(List.of(SupportContainerDefinitionProperty.builder() .containerName("containerName") .imageUri("imageUri") // the properties below are optional .dependsOn(List.of(ContainerDependencyProperty.builder() .condition("condition") .containerName("containerName") .build())) .environmentOverride(List.of(ContainerEnvironmentProperty.builder() .name("name") .value("value") .build())) .essential(false) .healthCheck(ContainerHealthCheckProperty.builder() .command(List.of("command")) // the properties below are optional .interval(123) .retries(123) .startPeriod(123) .timeout(123) .build()) .memoryHardLimitMebibytes(123) .mountPoints(List.of(ContainerMountPointProperty.builder() .instancePath("instancePath") // the properties below are optional .accessLevel("accessLevel") .containerPath("containerPath") .build())) .portConfiguration(PortConfigurationProperty.builder() .containerPortRanges(List.of(ContainerPortRangeProperty.builder() .fromPort(123) .protocol("protocol") .toPort(123) .build())) .build()) .resolvedImageDigest("resolvedImageDigest") .vcpu(123) .build())) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .versionDescription("versionDescription") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnContainerGroupDefinition
.static interface
A container's dependency on another container in the same container group.static interface
An environment variable to set inside a container, in the form of a key-value pair.static interface
Instructions on when and how to check the health of a support container in a container fleet.static interface
A mount point that binds a container to a file or directory on the host system.static interface
A set of one or more port numbers that can be opened on the container.static interface
Describes the game server container in an existing game server container group.static interface
Defines the ports on a container.static interface
Describes a support container in a container group.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnContainerGroupDefinition
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnContainerGroupDefinition
(software.amazon.jsii.JsiiObjectRef objRef) CfnContainerGroupDefinition
(software.constructs.Construct scope, String id, CfnContainerGroupDefinitionProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name ( ARN ) that is assigned to an Amazon GameLiftContainerGroupDefinition
resource.A time stamp indicating when this data object was created.Current status of the container group definition resource.Additional information about a container group definition that's inFAILED
status.Indicates the version of a particular container group definition.Tag Manager which manages the tags for this resource.The type of container group.The definition for the game server container in this group.getName()
A descriptive identifier for the container group definition.The platform that all containers in the container group definition run on.A specific ContainerGroupDefinition version to be updated.The set of definitions for support containers in this group.getTags()
An array of key-value pairs to apply to this resource.The amount of memory (in MiB) on a fleet instance to allocate for the container group.The amount of vCPU units on a fleet instance to allocate for the container group (1 vCPU is equal to 1024 CPU units).An optional description that was provided for a container group definition update.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setContainerGroupType
(String value) The type of container group.void
The definition for the game server container in this group.void
setGameServerContainerDefinition
(CfnContainerGroupDefinition.GameServerContainerDefinitionProperty value) The definition for the game server container in this group.void
A descriptive identifier for the container group definition.void
setOperatingSystem
(String value) The platform that all containers in the container group definition run on.void
setSourceVersionNumber
(Number value) A specific ContainerGroupDefinition version to be updated.void
setSupportContainerDefinitions
(List<Object> value) The set of definitions for support containers in this group.void
The set of definitions for support containers in this group.void
An array of key-value pairs to apply to this resource.void
The amount of memory (in MiB) on a fleet instance to allocate for the container group.void
setTotalVcpuLimit
(Number value) The amount of vCPU units on a fleet instance to allocate for the container group (1 vCPU is equal to 1024 CPU units).void
setVersionDescription
(String value) An optional description that was provided for a container group definition update.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnContainerGroupDefinition
protected CfnContainerGroupDefinition(software.amazon.jsii.JsiiObjectRef objRef) -
CfnContainerGroupDefinition
protected CfnContainerGroupDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnContainerGroupDefinition
@Stability(Stable) public CfnContainerGroupDefinition(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnContainerGroupDefinitionProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrContainerGroupDefinitionArn
The Amazon Resource Name ( ARN ) that is assigned to an Amazon GameLiftContainerGroupDefinition
resource. It uniquely identifies the resource across all AWS Regions. Format isarn:aws:gamelift:[region]::containergroupdefinition/[container group definition name]:[version]
. -
getAttrCreationTime
A time stamp indicating when this data object was created.Format is a number expressed in Unix time as milliseconds (for example
"1469498468.057"
). -
getAttrStatus
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.
-
getAttrStatusReason
Additional information about a container group definition that's inFAILED
status. Possible reasons include:.- An internal issue prevented Amazon GameLift from creating the container group definition resource. Delete the failed resource and call CreateContainerGroupDefinition again.
- 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
ImageUri
value for at least one of the containers in the container group definition was invalid or not found in the current AWS 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.
-
getAttrVersionNumber
Indicates the version of a particular container group definition.This number is incremented automatically when you update a container group definition. You can view, update, or delete individual versions or the entire container group definition.
-
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getName
A descriptive identifier for the container group definition. -
setName
A descriptive identifier for the container group definition. -
getOperatingSystem
The platform that all containers in the container group definition run on. -
setOperatingSystem
The platform that all containers in the container group definition run on. -
getTotalMemoryLimitMebibytes
The amount of memory (in MiB) on a fleet instance to allocate for the container group. -
setTotalMemoryLimitMebibytes
The amount of memory (in MiB) on a fleet instance to allocate for the container group. -
getTotalVcpuLimit
The amount of vCPU units on a fleet instance to allocate for the container group (1 vCPU is equal to 1024 CPU units). -
setTotalVcpuLimit
The amount of vCPU units on a fleet instance to allocate for the container group (1 vCPU is equal to 1024 CPU units). -
getContainerGroupType
The type of container group. -
setContainerGroupType
The type of container group. -
getGameServerContainerDefinition
The definition for the game server container in this group. -
setGameServerContainerDefinition
The definition for the game server container in this group. -
setGameServerContainerDefinition
@Stability(Stable) public void setGameServerContainerDefinition(@Nullable CfnContainerGroupDefinition.GameServerContainerDefinitionProperty value) The definition for the game server container in this group. -
getSourceVersionNumber
A specific ContainerGroupDefinition version to be updated. -
setSourceVersionNumber
A specific ContainerGroupDefinition version to be updated. -
getSupportContainerDefinitions
The set of definitions for support containers in this group. -
setSupportContainerDefinitions
The set of definitions for support containers in this group. -
setSupportContainerDefinitions
The set of definitions for support containers in this group. -
getTags
An array of key-value pairs to apply to this resource. -
setTags
An array of key-value pairs to apply to this resource. -
getVersionDescription
An optional description that was provided for a container group definition update. -
setVersionDescription
An optional description that was provided for a container group definition update.
-