Class CfnContainerGroupDefinition.ContainerDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerGroupDefinition.ContainerDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerGroupDefinition.ContainerDefinitionProperty
CfnContainerGroupDefinition.ContainerDefinitionProperty-
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.CfnContainerGroupDefinition.ContainerDefinitionProperty
CfnContainerGroupDefinition.ContainerDefinitionProperty.Builder, CfnContainerGroupDefinition.ContainerDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinition.ContainerDefinitionProperty.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 booleanA command that's passed to the container on startup.final StringThe container definition identifier.final NumbergetCpu()The number of CPU units that are reserved for the container.final ObjectIndicates that the container relies on the status of other containers in the same container group during its startup and shutdown sequences.The entry point that's passed to the container on startup.final ObjectA set of environment variables that's passed to the container on startup.final ObjectIndicates whether the container is vital to the container group.final ObjectA configuration for a non-terminal health check.final StringThe URI to the image that $short;final ObjectThe amount of memory that Amazon GameLift makes available to the container.final ObjectDefines the ports that are available to assign to processes in the container.final StringA unique and immutable identifier for the container image that is deployed to a container fleet.final StringThe directory in the container where commands are run.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 theCfnContainerGroupDefinition.ContainerDefinitionProperty.Builder.
-
-
Method Details
-
getContainerName
Description copied from interface:CfnContainerGroupDefinition.ContainerDefinitionPropertyThe container definition identifier.Container names are unique within a container group definition.
- Specified by:
getContainerNamein interfaceCfnContainerGroupDefinition.ContainerDefinitionProperty- See Also:
-
getImageUri
Description copied from interface:CfnContainerGroupDefinition.ContainerDefinitionPropertyThe URI to the image that $short;copied and deployed to a container fleet. For a more specific identifier, see
ResolvedImageDigest.- Specified by:
getImageUriin interfaceCfnContainerGroupDefinition.ContainerDefinitionProperty- See Also:
-
getCommand
Description copied from interface:CfnContainerGroupDefinition.ContainerDefinitionPropertyA command that's passed to the container on startup.Each argument for the command is an additional string in the array. See the ContainerDefinition::command parameter in the Amazon Elastic Container Service API reference.
- Specified by:
getCommandin interfaceCfnContainerGroupDefinition.ContainerDefinitionProperty- See Also:
-
getCpu
Description copied from interface:CfnContainerGroupDefinition.ContainerDefinitionPropertyThe number of CPU units that are reserved for the container.Note: 1 vCPU unit equals 1024 CPU units. If no resources are reserved, the container shares the total CPU limit for the container group.
Related data type:
ContainerGroupDefinition$TotalCpuLimit- Specified by:
getCpuin interfaceCfnContainerGroupDefinition.ContainerDefinitionProperty- See Also:
-
getDependsOn
Description copied from interface:CfnContainerGroupDefinition.ContainerDefinitionPropertyIndicates that the container relies on the status of other containers in the same container group during its startup and shutdown sequences.A container might have dependencies on multiple containers.
- Specified by:
getDependsOnin interfaceCfnContainerGroupDefinition.ContainerDefinitionProperty- See Also:
-
getEntryPoint
Description copied from interface:CfnContainerGroupDefinition.ContainerDefinitionPropertyThe entry point that's passed to the container on startup.If there are multiple arguments, each argument is an additional string in the array. See the ContainerDefinition::entryPoint parameter in the Amazon Elastic Container Service API Reference .
- Specified by:
getEntryPointin interfaceCfnContainerGroupDefinition.ContainerDefinitionProperty- See Also:
-
getEnvironment
Description copied from interface:CfnContainerGroupDefinition.ContainerDefinitionPropertyA set of environment variables that's passed to the container on startup.See the ContainerDefinition::environment parameter in the Amazon Elastic Container Service API Reference .
- Specified by:
getEnvironmentin interfaceCfnContainerGroupDefinition.ContainerDefinitionProperty- See Also:
-
getEssential
Description copied from interface:CfnContainerGroupDefinition.ContainerDefinitionPropertyIndicates whether the container is vital to the container group.If an essential container fails, the entire container group is restarted.
- Specified by:
getEssentialin interfaceCfnContainerGroupDefinition.ContainerDefinitionProperty- See Also:
-
getHealthCheck
Description copied from interface:CfnContainerGroupDefinition.ContainerDefinitionPropertyA configuration for a non-terminal health check.A container, which automatically restarts if it stops functioning, also restarts if it fails this health check. If an essential container in the daemon group fails a health check, the entire container group is restarted. The essential container in the replica group doesn't use this health check mechanism, because the Amazon GameLift Agent automatically handles the task.
- Specified by:
getHealthCheckin interfaceCfnContainerGroupDefinition.ContainerDefinitionProperty- See Also:
-
getMemoryLimits
Description copied from interface:CfnContainerGroupDefinition.ContainerDefinitionPropertyThe amount of memory that Amazon GameLift makes available to the container.If memory limits aren't set for an individual container, the container shares the container group's total memory allocation.
Related data type:
ContainerGroupDefinition$TotalMemoryLimit- Specified by:
getMemoryLimitsin interfaceCfnContainerGroupDefinition.ContainerDefinitionProperty- See Also:
-
getPortConfiguration
Description copied from interface:CfnContainerGroupDefinition.ContainerDefinitionPropertyDefines the ports that are available to assign to processes in the container.For example, a game server process requires a container port to allow game clients to connect to it. Container ports aren't directly accessed by inbound traffic. Amazon GameLift maps these container ports to externally accessible connection ports, which are assigned as needed from the container fleet's
ConnectionPortRange.- Specified by:
getPortConfigurationin interfaceCfnContainerGroupDefinition.ContainerDefinitionProperty- See Also:
-
getResolvedImageDigest
Description copied from interface:CfnContainerGroupDefinition.ContainerDefinitionPropertyA unique and immutable identifier for the container image that is deployed to a container fleet.The digest is a SHA 256 hash of the container image manifest.
- Specified by:
getResolvedImageDigestin interfaceCfnContainerGroupDefinition.ContainerDefinitionProperty- See Also:
-
getWorkingDirectory
Description copied from interface:CfnContainerGroupDefinition.ContainerDefinitionPropertyThe directory in the container where commands are run.See the ContainerDefinition::workingDirectory parameter in the Amazon Elastic Container Service API Reference .
- Specified by:
getWorkingDirectoryin interfaceCfnContainerGroupDefinition.ContainerDefinitionProperty- 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()
-