Class CfnGameServerGroupProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnGameServerGroupProps.Jsii$Proxy
All Implemented Interfaces:
CfnGameServerGroupProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnGameServerGroupProps

@Stability(Stable) @Internal public static final class CfnGameServerGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGameServerGroupProps
An implementation for CfnGameServerGroupProps
  • 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.CfnGameServerGroupProps

    CfnGameServerGroupProps.Builder, CfnGameServerGroupProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnGameServerGroupProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    Configuration settings to define a scaling policy for the Auto Scaling group that is optimized for game hosting.
    final String
    Indicates how Amazon GameLift FleetIQ balances the use of Spot Instances and On-Demand Instances in the game server group.
    final String
    The type of delete to perform.
    final String
    A developer-defined identifier for the game server group.
    final String
    A flag that indicates whether instances in the game server group are protected from early termination.
    final Object
    The set of Amazon EC2 instance types that Amazon GameLift FleetIQ can use when balancing and automatically scaling instances in the corresponding Auto Scaling group.
    final Object
    The Amazon EC2 launch template that contains configuration settings and game server code to be deployed to all instances in the game server group.
    final Number
    The maximum number of instances allowed in the Amazon EC2 Auto Scaling group.
    final Number
    The minimum number of instances allowed in the Amazon EC2 Auto Scaling group.
    final String
    The Amazon Resource Name ( ARN ) for an IAM role that allows Amazon GameLift to access your Amazon EC2 Auto Scaling groups.
    final List<CfnTag>
    A list of labels to assign to the new game server group resource.
    final List<String>
    A list of virtual private cloud (VPC) subnets to use with instances in the game server group.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait