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
-
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.alpha.GameServerGroupAttributes
GameServerGroupAttributes.Builder, GameServerGroupAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theGameServerGroupAttributes.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
(experimental) The ARN of the generated AutoScaling group.final String
(experimental) The ARN of the game server group.final String
(experimental) The name of the game server group.final IRole
getRole()
(experimental) The IAM role that allows Amazon GameLift to access your Amazon EC2 Auto Scaling groups.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 theGameServerGroupAttributes.Builder
.
-
-
Method Details
-
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 interfaceGameServerGroupAttributes
-
getGameServerGroupArn
Description copied from interface:GameServerGroupAttributes
(experimental) The ARN of the game server group.At least one of
gameServerGroupArn
andgameServerGroupName
must be provided.Default: derived from `gameServerGroupName`.
- Specified by:
getGameServerGroupArn
in interfaceGameServerGroupAttributes
-
getGameServerGroupName
Description copied from interface:GameServerGroupAttributes
(experimental) The name of the game server group.At least one of
gameServerGroupArn
andgameServerGroupName
must be provided.Default: derived from `gameServerGroupArn`.
- Specified by:
getGameServerGroupName
in interfaceGameServerGroupAttributes
-
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 interfaceGameServerGroupAttributes
-
$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()
-