| Package | Description |
|---|---|
| software.amazon.awscdk.services.gamelift |
Amazon GameLift Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnFleet.Builder |
CfnFleet.Builder.buildId(String buildId)
A unique identifier for a build to be deployed on the new fleet.
|
CfnFleet.Builder |
CfnFleet.Builder.certificateConfiguration(CfnFleet.CertificateConfigurationProperty certificateConfiguration)
Prompts GameLift to generate a TLS/SSL certificate for the fleet.
|
CfnFleet.Builder |
CfnFleet.Builder.certificateConfiguration(IResolvable certificateConfiguration)
Prompts GameLift to generate a TLS/SSL certificate for the fleet.
|
static CfnFleet.Builder |
CfnFleet.Builder.create(software.constructs.Construct scope,
String id) |
CfnFleet.Builder |
CfnFleet.Builder.description(String description)
A human-readable description of the fleet.
|
CfnFleet.Builder |
CfnFleet.Builder.desiredEc2Instances(Number desiredEc2Instances)
The number of EC2 instances that you want this fleet to host.
|
CfnFleet.Builder |
CfnFleet.Builder.ec2InboundPermissions(IResolvable ec2InboundPermissions)
The allowed IP address ranges and port settings that allow inbound traffic to access game sessions on this fleet.
|
CfnFleet.Builder |
CfnFleet.Builder.ec2InboundPermissions(List<? extends Object> ec2InboundPermissions)
The allowed IP address ranges and port settings that allow inbound traffic to access game sessions on this fleet.
|
CfnFleet.Builder |
CfnFleet.Builder.ec2InstanceType(String ec2InstanceType)
The GameLift-supported Amazon EC2 instance type to use for all fleet instances.
|
CfnFleet.Builder |
CfnFleet.Builder.fleetType(String fleetType)
Indicates whether to use On-Demand or Spot instances for this fleet.
|
CfnFleet.Builder |
CfnFleet.Builder.instanceRoleArn(String instanceRoleArn)
A unique identifier for an IAM role that manages access to your AWS services.
|
CfnFleet.Builder |
CfnFleet.Builder.locations(IResolvable locations)
A set of remote locations to deploy additional instances to and manage as part of the fleet.
|
CfnFleet.Builder |
CfnFleet.Builder.locations(List<? extends Object> locations)
A set of remote locations to deploy additional instances to and manage as part of the fleet.
|
CfnFleet.Builder |
CfnFleet.Builder.maxSize(Number maxSize)
The maximum number of instances that are allowed in the specified fleet location.
|
CfnFleet.Builder |
CfnFleet.Builder.metricGroups(List<String> metricGroups)
The name of an AWS CloudWatch metric group to add this fleet to.
|
CfnFleet.Builder |
CfnFleet.Builder.minSize(Number minSize)
The minimum number of instances that are allowed in the specified fleet location.
|
CfnFleet.Builder |
CfnFleet.Builder.name(String name)
A descriptive label that is associated with a fleet.
|
CfnFleet.Builder |
CfnFleet.Builder.newGameSessionProtectionPolicy(String newGameSessionProtectionPolicy)
The status of termination protection for active game sessions on the fleet.
|
CfnFleet.Builder |
CfnFleet.Builder.peerVpcAwsAccountId(String peerVpcAwsAccountId)
Used when peering your GameLift fleet with a VPC, the unique identifier for the AWS account that owns the VPC.
|
CfnFleet.Builder |
CfnFleet.Builder.peerVpcId(String peerVpcId)
A unique identifier for a VPC with resources to be accessed by your GameLift fleet.
|
CfnFleet.Builder |
CfnFleet.Builder.resourceCreationLimitPolicy(CfnFleet.ResourceCreationLimitPolicyProperty resourceCreationLimitPolicy)
A policy that limits the number of game sessions that an individual player can create on instances in this fleet within a specified span of time.
|
CfnFleet.Builder |
CfnFleet.Builder.resourceCreationLimitPolicy(IResolvable resourceCreationLimitPolicy)
A policy that limits the number of game sessions that an individual player can create on instances in this fleet within a specified span of time.
|
CfnFleet.Builder |
CfnFleet.Builder.runtimeConfiguration(CfnFleet.RuntimeConfigurationProperty runtimeConfiguration)
Instructions for how to launch and maintain server processes on instances in the fleet.
|
CfnFleet.Builder |
CfnFleet.Builder.runtimeConfiguration(IResolvable runtimeConfiguration)
Instructions for how to launch and maintain server processes on instances in the fleet.
|
CfnFleet.Builder |
CfnFleet.Builder.scriptId(String scriptId)
The unique identifier for a Realtime configuration script to be deployed on fleet instances.
|
Copyright © 2022. All rights reserved.