Class CfnContainerFleetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerFleetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerFleetProps
CfnContainerFleetProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.CfnContainerFleetProps
CfnContainerFleetProps.Builder, CfnContainerFleetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnContainerFleetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContainerFleetProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
Indicates whether the fleet uses On-Demand or Spot instances for this fleet.final Object
Set of rules for processing a deployment for a container fleet update.final String
A meaningful description of the container fleet.final String
The unique identifier for an AWS Identity and Access Management (IAM) role with permissions to run your containers on resources that are managed by Amazon GameLift.final String
The name of the fleet's game server container group definition, which describes how to deploy containers with your game server build and support software onto each fleet instance.final Number
The number of times to replicate the game server container group on each fleet instance.final Object
A policy that limits the number of game sessions that each individual player can create on instances in this fleet.final Object
The set of port numbers to open on each instance in a container fleet.final Object
The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet.final String
The Amazon EC2 instance type to use for all instances in the fleet.final Object
final Object
The method that is used to collect container logs for the fleet.The name of an AWS CloudWatch metric group to add this fleet to.final String
Determines whether Amazon GameLift can shut down game sessions on the fleet that are actively running and hosting players.final String
The name of the fleet's per-instance container group definition.final Object
A list of rules that control how a fleet is scaled.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
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 theCfnContainerFleetProps.Builder
.
-
-
Method Details
-
getFleetRoleArn
Description copied from interface:CfnContainerFleetProps
The unique identifier for an AWS Identity and Access Management (IAM) role with permissions to run your containers on resources that are managed by Amazon GameLift.See Set up an IAM service role . This fleet property can't be changed.
- Specified by:
getFleetRoleArn
in interfaceCfnContainerFleetProps
- See Also:
-
getBillingType
Description copied from interface:CfnContainerFleetProps
Indicates whether the fleet uses On-Demand or Spot instances for this fleet.Learn more about when to use On-Demand versus Spot Instances . You can't update this fleet property.
By default, this property is set to
ON_DEMAND
.- Specified by:
getBillingType
in interfaceCfnContainerFleetProps
- See Also:
-
getDeploymentConfiguration
Description copied from interface:CfnContainerFleetProps
Set of rules for processing a deployment for a container fleet update.- Specified by:
getDeploymentConfiguration
in interfaceCfnContainerFleetProps
- See Also:
-
getDescription
Description copied from interface:CfnContainerFleetProps
A meaningful description of the container fleet.- Specified by:
getDescription
in interfaceCfnContainerFleetProps
- See Also:
-
getGameServerContainerGroupDefinitionName
Description copied from interface:CfnContainerFleetProps
The name of the fleet's game server container group definition, which describes how to deploy containers with your game server build and support software onto each fleet instance.- Specified by:
getGameServerContainerGroupDefinitionName
in interfaceCfnContainerFleetProps
- See Also:
-
getGameServerContainerGroupsPerInstance
Description copied from interface:CfnContainerFleetProps
The number of times to replicate the game server container group on each fleet instance.- Specified by:
getGameServerContainerGroupsPerInstance
in interfaceCfnContainerFleetProps
- See Also:
-
getGameSessionCreationLimitPolicy
Description copied from interface:CfnContainerFleetProps
A policy that limits the number of game sessions that each individual player can create on instances in this fleet.The limit applies for a specified span of time.
- Specified by:
getGameSessionCreationLimitPolicy
in interfaceCfnContainerFleetProps
- See Also:
-
getInstanceConnectionPortRange
Description copied from interface:CfnContainerFleetProps
The set of port numbers to open on each instance in a container fleet.Connection ports are used by inbound traffic to connect with processes that are running in containers on the fleet.
- Specified by:
getInstanceConnectionPortRange
in interfaceCfnContainerFleetProps
- See Also:
-
getInstanceInboundPermissions
Description copied from interface:CfnContainerFleetProps
The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet.- Specified by:
getInstanceInboundPermissions
in interfaceCfnContainerFleetProps
- See Also:
-
getInstanceType
Description copied from interface:CfnContainerFleetProps
The Amazon EC2 instance type to use for all instances in the fleet.Instance type determines the computing resources and processing power that's available to host your game servers. This includes including CPU, memory, storage, and networking capacity. You can't update this fleet property.
- Specified by:
getInstanceType
in interfaceCfnContainerFleetProps
- See Also:
-
getLocations
- Specified by:
getLocations
in interfaceCfnContainerFleetProps
- See Also:
-
getLogConfiguration
Description copied from interface:CfnContainerFleetProps
The method that is used to collect container logs for the fleet.Amazon GameLift saves all standard output for each container in logs, including game session logs.
CLOUDWATCH
-- Send logs to an Amazon CloudWatch log group that you define. Each container emits a log stream, which is organized in the log group.S3
-- Store logs in an Amazon S3 bucket that you define.NONE
-- Don't collect container logs.
- Specified by:
getLogConfiguration
in interfaceCfnContainerFleetProps
- See Also:
-
getMetricGroups
Description copied from interface:CfnContainerFleetProps
The name of an AWS CloudWatch metric group to add this fleet to.Metric groups aggregate metrics for multiple fleets.
- Specified by:
getMetricGroups
in interfaceCfnContainerFleetProps
- See Also:
-
getNewGameSessionProtectionPolicy
Description copied from interface:CfnContainerFleetProps
Determines whether Amazon GameLift can shut down game sessions on the fleet that are actively running and hosting players.Amazon GameLift might prompt an instance shutdown when scaling down fleet capacity or when retiring unhealthy instances. You can also set game session protection for individual game sessions using UpdateGameSession .
- NoProtection -- Game sessions can be shut down during active gameplay.
- FullProtection -- Game sessions in
ACTIVE
status can't be shut down.
- Specified by:
getNewGameSessionProtectionPolicy
in interfaceCfnContainerFleetProps
- See Also:
-
getPerInstanceContainerGroupDefinitionName
Description copied from interface:CfnContainerFleetProps
The name of the fleet's per-instance container group definition.- Specified by:
getPerInstanceContainerGroupDefinitionName
in interfaceCfnContainerFleetProps
- See Also:
-
getScalingPolicies
Description copied from interface:CfnContainerFleetProps
A list of rules that control how a fleet is scaled.- Specified by:
getScalingPolicies
in interfaceCfnContainerFleetProps
- See Also:
-
getTags
Description copied from interface:CfnContainerFleetProps
An array of key-value pairs to apply to this resource.- Specified by:
getTags
in interfaceCfnContainerFleetProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-