Class CfnContainerGroupDefinition.SupportContainerDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerGroupDefinition.SupportContainerDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerGroupDefinition.SupportContainerDefinitionProperty
CfnContainerGroupDefinition.SupportContainerDefinitionProperty-
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.SupportContainerDefinitionProperty
CfnContainerGroupDefinition.SupportContainerDefinitionProperty.Builder, CfnContainerGroupDefinition.SupportContainerDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinition.SupportContainerDefinitionProperty.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 container definition identifier.final ObjectIndicates that the container relies on the status of other containers in the same container group during its startup and shutdown sequences.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 Amazon GameLift Servers deploys to a container fleet.final NumberThe amount of memory that Amazon GameLift Servers makes available to the container.final ObjectA mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.final ObjectA set of ports that allow access to the container from external users.final StringA unique and immutable identifier for the container image.final NumbergetVcpu()The number of vCPU units that are reserved for the container.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
protected Jsii$Proxy(CfnContainerGroupDefinition.SupportContainerDefinitionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContainerGroupDefinition.SupportContainerDefinitionProperty.Builder.
-
-
Method Details
-
getContainerName
Description copied from interface:CfnContainerGroupDefinition.SupportContainerDefinitionPropertyThe container definition identifier.Container names are unique within a container group definition.
- Specified by:
getContainerNamein interfaceCfnContainerGroupDefinition.SupportContainerDefinitionProperty- See Also:
-
getImageUri
Description copied from interface:CfnContainerGroupDefinition.SupportContainerDefinitionPropertyThe URI to the image that Amazon GameLift Servers deploys to a container fleet.For a more specific identifier, see
ResolvedImageDigest.- Specified by:
getImageUriin interfaceCfnContainerGroupDefinition.SupportContainerDefinitionProperty- See Also:
-
getDependsOn
Description copied from interface:CfnContainerGroupDefinition.SupportContainerDefinitionPropertyIndicates 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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnContainerGroupDefinition.ContainerDependencyProperty>- Specified by:
getDependsOnin interfaceCfnContainerGroupDefinition.SupportContainerDefinitionProperty- See Also:
-
getEnvironmentOverride
Description copied from interface:CfnContainerGroupDefinition.SupportContainerDefinitionPropertyA 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 .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnContainerGroupDefinition.ContainerEnvironmentProperty>- Specified by:
getEnvironmentOverridein interfaceCfnContainerGroupDefinition.SupportContainerDefinitionProperty- See Also:
-
getEssential
Description copied from interface:CfnContainerGroupDefinition.SupportContainerDefinitionPropertyIndicates whether the container is vital to the container group.If an essential container fails, the entire container group restarts.
Returns union: either
BooleanorIResolvable- Specified by:
getEssentialin interfaceCfnContainerGroupDefinition.SupportContainerDefinitionProperty- See Also:
-
getHealthCheck
Description copied from interface:CfnContainerGroupDefinition.SupportContainerDefinitionPropertyA configuration for a non-terminal health check.A support container automatically restarts if it stops functioning or if it fails this health check.
Returns union: either
IResolvableorCfnContainerGroupDefinition.ContainerHealthCheckProperty- Specified by:
getHealthCheckin interfaceCfnContainerGroupDefinition.SupportContainerDefinitionProperty- See Also:
-
getMemoryHardLimitMebibytes
Description copied from interface:CfnContainerGroupDefinition.SupportContainerDefinitionPropertyThe amount of memory that Amazon GameLift Servers 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 TotalMemoryLimitMebibytes
- Specified by:
getMemoryHardLimitMebibytesin interfaceCfnContainerGroupDefinition.SupportContainerDefinitionProperty- See Also:
-
getMountPoints
Description copied from interface:CfnContainerGroupDefinition.SupportContainerDefinitionPropertyA mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnContainerGroupDefinition.ContainerMountPointProperty>- Specified by:
getMountPointsin interfaceCfnContainerGroupDefinition.SupportContainerDefinitionProperty- See Also:
-
getPortConfiguration
Description copied from interface:CfnContainerGroupDefinition.SupportContainerDefinitionPropertyA set of ports that allow access to the container from external users.Processes running in the container can bind to a one of these ports. Container ports aren't directly accessed by inbound traffic. Amazon GameLift Servers maps these container ports to externally accessible connection ports, which are assigned as needed from the container fleet's
ConnectionPortRange.Returns union: either
IResolvableorCfnContainerGroupDefinition.PortConfigurationProperty- Specified by:
getPortConfigurationin interfaceCfnContainerGroupDefinition.SupportContainerDefinitionProperty- See Also:
-
getResolvedImageDigest
Description copied from interface:CfnContainerGroupDefinition.SupportContainerDefinitionPropertyA unique and immutable identifier for the container image.The digest is a SHA 256 hash of the container image manifest.
- Specified by:
getResolvedImageDigestin interfaceCfnContainerGroupDefinition.SupportContainerDefinitionProperty- See Also:
-
getVcpu
Description copied from interface:CfnContainerGroupDefinition.SupportContainerDefinitionPropertyThe number of vCPU units that are reserved for the container.If no resources are reserved, the container shares the total vCPU limit for the container group.
Related data type: ContainerGroupDefinition TotalVcpuLimit
- Specified by:
getVcpuin interfaceCfnContainerGroupDefinition.SupportContainerDefinitionProperty- 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()
-