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="2024-11-06T23:25:10.563Z")
@Stability(Stable)
public class CfnContainerGroupDefinition
extends CfnResource
implements IInspectable, ITaggableV2
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
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.*;
Object supportContainerDefinitions;
CfnContainerGroupDefinition cfnContainerGroupDefinition = CfnContainerGroupDefinition.Builder.create(this, "MyCfnContainerGroupDefinition")
.containerDefinitions(List.of(ContainerDefinitionProperty.builder()
.containerName("containerName")
.imageUri("imageUri")
// the properties below are optional
.command(List.of("command"))
.cpu(123)
.dependsOn(List.of(ContainerDependencyProperty.builder()
.condition("condition")
.containerName("containerName")
.build()))
.entryPoint(List.of("entryPoint"))
.environment(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())
.memoryLimits(MemoryLimitsProperty.builder()
.hardLimit(123)
.softLimit(123)
.build())
.portConfiguration(PortConfigurationProperty.builder()
.containerPortRanges(List.of(ContainerPortRangeProperty.builder()
.fromPort(123)
.protocol("protocol")
.toPort(123)
.build()))
.build())
.resolvedImageDigest("resolvedImageDigest")
.workingDirectory("workingDirectory")
.build()))
.name("name")
.operatingSystem("operatingSystem")
.totalCpuLimit(123)
.totalMemoryLimit(123)
// the properties below are optional
.schedulingStrategy("schedulingStrategy")
.sourceVersionNumber(123)
.supportContainerDefinitions(List.of(supportContainerDefinitions))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnContainerGroupDefinition.static interfaceThis data type is used with the Amazon GameLift containers feature, which is currently in public preview..static interfaceThis data type is used with the Amazon GameLift containers feature, which is currently in public preview..static interfaceThis data type is used with the Amazon GameLift containers feature, which is currently in public preview..static interfaceInstructions on when and how to check the health of a container in a container fleet.static interfaceThis data type is used with the Amazon GameLift containers feature, which is currently in public preview..static interfaceSpecifies how much memory is available to the container.static interfaceDefines the ports on a container.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnContainerGroupDefinition(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnContainerGroupDefinition(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 GameLiftContainerGroupDefinitionresource.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 inFAILEDstatus.Tag Manager which manages the tags for this resource.The set of container definitions that are included in the container group.getName()A descriptive identifier for the container group definition.The platform required for all containers in the container group definition.The method for deploying the container group across fleet instances.A specific ContainerGroupDefinition version to be updated.A collection of support container definitions that define the containers in this group.getTags()An array of key-value pairs to apply to this resource.The amount of CPU units on a fleet instance to allocate for the container group.The amount of memory (in MiB) on a fleet instance to allocate for the container group.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetContainerDefinitions(List<Object> value) The set of container definitions that are included in the container group.voidThe set of container definitions that are included in the container group.voidA descriptive identifier for the container group definition.voidsetOperatingSystem(String value) The platform required for all containers in the container group definition.voidsetSchedulingStrategy(String value) The method for deploying the container group across fleet instances.voidsetSourceVersionNumber(Number value) A specific ContainerGroupDefinition version to be updated.voidsetSupportContainerDefinitions(List<Object> value) A collection of support container definitions that define the containers in this group.voidA collection of support container definitions that define the containers in this group.voidAn array of key-value pairs to apply to this resource.voidsetTotalCpuLimit(Number value) The amount of CPU units on a fleet instance to allocate for the container group.voidsetTotalMemoryLimit(Number value) The amount of memory (in MiB) on a fleet instance to allocate for the container group.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, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
inspectin 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:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrContainerGroupDefinitionArn
The Amazon Resource Name ( ARN ) that is assigned to an Amazon GameLiftContainerGroupDefinitionresource. It uniquely identifies the resource across all AWS Regions. Format isarn:aws:gamelift:<region>::containergroupdefinition/[container group definition name]. -
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 inFAILEDstatus. 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 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.
- An internal issue prevented Amazon GameLift from creating the container group definition resource. Delete the failed resource and call
-
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getContainerDefinitions
The set of container definitions that are included in the container group. -
setContainerDefinitions
The set of container definitions that are included in the container group. -
setContainerDefinitions
The set of container definitions that are included in the container group. -
getName
A descriptive identifier for the container group definition. -
setName
A descriptive identifier for the container group definition. -
getOperatingSystem
The platform required for all containers in the container group definition. -
setOperatingSystem
The platform required for all containers in the container group definition. -
getTotalCpuLimit
The amount of CPU units on a fleet instance to allocate for the container group. -
setTotalCpuLimit
The amount of CPU units on a fleet instance to allocate for the container group. -
getTotalMemoryLimit
The amount of memory (in MiB) on a fleet instance to allocate for the container group. -
setTotalMemoryLimit
The amount of memory (in MiB) on a fleet instance to allocate for the container group. -
getSchedulingStrategy
The method for deploying the container group across fleet instances. -
setSchedulingStrategy
The method for deploying the container group across fleet instances. -
getSourceVersionNumber
A specific ContainerGroupDefinition version to be updated. -
setSourceVersionNumber
A specific ContainerGroupDefinition version to be updated. -
getSupportContainerDefinitions
A collection of support container definitions that define the containers in this group. -
setSupportContainerDefinitions
A collection of support container definitions that define the containers in this group. -
setSupportContainerDefinitions
A collection of support container definitions that define the 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.
-