Class CfnFleetPropsMixin
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Mixin
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnFleetPropsMixin
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IMixin
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-31T09:54:46.250Z")
@Stability(Stable)
public class CfnFleetPropsMixin
extends Mixin
implements software.constructs.IMixin
The
AWS::GameLift::Fleet resource creates an Amazon GameLift (GameLift) fleet to host custom game server or Realtime Servers.
A fleet is a set of EC2 instances, configured with instructions to run game servers on each instance.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.gamelift.*;
import software.amazon.awscdk.*;
IMergeStrategy mergeStrategy;
CfnFleetPropsMixin cfnFleetPropsMixin = CfnFleetPropsMixin.Builder.create(CfnFleetMixinProps.builder()
.anywhereConfiguration(AnywhereConfigurationProperty.builder()
.cost("cost")
.build())
.applyCapacity("applyCapacity")
.buildId("buildId")
.certificateConfiguration(CertificateConfigurationProperty.builder()
.certificateType("certificateType")
.build())
.computeType("computeType")
.description("description")
.desiredEc2Instances(123)
.ec2InboundPermissions(List.of(IpPermissionProperty.builder()
.fromPort(123)
.ipRange("ipRange")
.protocol("protocol")
.toPort(123)
.build()))
.ec2InstanceType("ec2InstanceType")
.fleetType("fleetType")
.instanceRoleArn("instanceRoleArn")
.instanceRoleCredentialsProvider("instanceRoleCredentialsProvider")
.locations(List.of(LocationConfigurationProperty.builder()
.location("location")
.locationCapacity(LocationCapacityProperty.builder()
.desiredEc2Instances(123)
.managedCapacityConfiguration(ManagedCapacityConfigurationProperty.builder()
.scaleInAfterInactivityMinutes(123)
.zeroCapacityStrategy("zeroCapacityStrategy")
.build())
.maxSize(123)
.minSize(123)
.build())
.playerGatewayStatus("playerGatewayStatus")
.build()))
.logPaths(List.of("logPaths"))
.maxSize(123)
.metricGroups(List.of("metricGroups"))
.minSize(123)
.name("name")
.newGameSessionProtectionPolicy("newGameSessionProtectionPolicy")
.peerVpcAwsAccountId("peerVpcAwsAccountId")
.peerVpcId("peerVpcId")
.playerGatewayConfiguration(PlayerGatewayConfigurationProperty.builder()
.gameServerIpProtocolSupported("gameServerIpProtocolSupported")
.build())
.playerGatewayMode("playerGatewayMode")
.resourceCreationLimitPolicy(ResourceCreationLimitPolicyProperty.builder()
.newGameSessionsPerCreator(123)
.policyPeriodInMinutes(123)
.build())
.runtimeConfiguration(RuntimeConfigurationProperty.builder()
.gameSessionActivationTimeoutSeconds(123)
.maxConcurrentGameSessionActivations(123)
.serverProcesses(List.of(ServerProcessProperty.builder()
.concurrentExecutions(123)
.launchPath("launchPath")
.parameters("parameters")
.build()))
.build())
.scalingPolicies(List.of(ScalingPolicyProperty.builder()
.comparisonOperator("comparisonOperator")
.evaluationPeriods(123)
.location("location")
.metricName("metricName")
.name("name")
.policyType("policyType")
.scalingAdjustment(123)
.scalingAdjustmentType("scalingAdjustmentType")
.status("status")
.targetConfiguration(TargetConfigurationProperty.builder()
.targetValue(123)
.build())
.threshold(123)
.updateStatus("updateStatus")
.build()))
.scriptId("scriptId")
.serverLaunchParameters("serverLaunchParameters")
.serverLaunchPath("serverLaunchPath")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build())
.strategy(mergeStrategy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceAmazon GameLift Servers configuration options for your Anywhere fleets.static final classA fluent builder forCfnFleetPropsMixin.static interfaceDetermines whether a TLS/SSL certificate is generated for a fleet.static interfaceA range of IP addresses and port settings that allow inbound traffic to connect to server processes on an instance in a fleet.static interfaceCurrent resource capacity settings for managed EC2 fleets and managed container fleets.static interfaceA remote location where a multi-location fleet can deploy game servers for game hosting.static interfaceConfiguration options for Amazon GameLift Servers-managed capacity behavior.static interfaceConfiguration for player gateway.static interfaceA policy that limits the number of game sessions a player can create on the same fleet.static interfaceA collection of server process configurations that describe the set of processes to run on each instance in a fleet.static interfaceRule that controls how a fleet is scaled.static interfaceA set of instructions for launching server processes on each instance in a fleet.static interfaceSettings for a target-based scaling policy.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IMixin
software.constructs.IMixin.Jsii$Default, software.constructs.IMixin.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreate a mixin to apply properties toAWS::GameLift::Fleet.CfnFleetPropsMixin(CfnFleetMixinProps props, CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::GameLift::Fleet.protectedCfnFleetPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnFleetPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(software.constructs.IConstruct construct) Apply the mixin properties to the construct.protected CfnFleetMixinPropsgetProps()protected IMergeStrategysupports(software.constructs.IConstruct construct) Check if this mixin supports the given construct.Methods 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, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_PROPERTY_KEYS
-
-
Constructor Details
-
CfnFleetPropsMixin
protected CfnFleetPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
CfnFleetPropsMixin
protected CfnFleetPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnFleetPropsMixin
@Stability(Stable) public CfnFleetPropsMixin(@NotNull CfnFleetMixinProps props, @Nullable CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::GameLift::Fleet.- Parameters:
props- L1 properties to apply. This parameter is required.options- Mixin options.
-
CfnFleetPropsMixin
Create a mixin to apply properties toAWS::GameLift::Fleet.- Parameters:
props- L1 properties to apply. This parameter is required.
-
-
Method Details
-
applyTo
@Stability(Stable) public void applyTo(@NotNull software.constructs.IConstruct construct) Apply the mixin properties to the construct. -
supports
@Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct) Check if this mixin supports the given construct. -
getProps
-
getStrategy
-