Class GameServerGroupAttributes.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class GameServerGroupAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GameServerGroupAttributes
An implementation for GameServerGroupAttributes
  • 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(GameServerGroupAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the GameServerGroupAttributes.Builder.
  • Method Details

    • getAutoScalingGroupArn

      public final String getAutoScalingGroupArn()
      Description copied from interface: GameServerGroupAttributes
      (experimental) The ARN of the generated AutoScaling group.

      Default: the imported game server group does not have autoscaling group information

      Specified by:
      getAutoScalingGroupArn in interface GameServerGroupAttributes
    • getGameServerGroupArn

      public final String getGameServerGroupArn()
      Description copied from interface: GameServerGroupAttributes
      (experimental) The ARN of the game server group.

      At least one of gameServerGroupArn and gameServerGroupName must be provided.

      Default: derived from `gameServerGroupName`.

      Specified by:
      getGameServerGroupArn in interface GameServerGroupAttributes
    • getGameServerGroupName

      public final String getGameServerGroupName()
      Description copied from interface: GameServerGroupAttributes
      (experimental) The name of the game server group.

      At least one of gameServerGroupArn and gameServerGroupName must be provided.

      Default: derived from `gameServerGroupArn`.

      Specified by:
      getGameServerGroupName in interface GameServerGroupAttributes
    • getRole

      public final IRole getRole()
      Description copied from interface: GameServerGroupAttributes
      (experimental) The IAM role that allows Amazon GameLift to access your Amazon EC2 Auto Scaling groups.

      Default: the imported game server group cannot be granted access to other resources as an `iam.IGrantable`.

      Specified by:
      getRole in interface GameServerGroupAttributes
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object