Class FleetAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.alpha.FleetAttributes.Jsii$Proxy
- All Implemented Interfaces:
FleetAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
FleetAttributes
@Stability(Experimental)
@Internal
public static final class FleetAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements FleetAttributes
An implementation for
FleetAttributes
-
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.FleetAttributes
FleetAttributes.Builder, FleetAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FleetAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theFleetAttributes.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 fleet.final String
(experimental) The identifier of the fleet.final IRole
getRole()
(experimental) The IAM role assumed by GameLift fleet instances to access AWS ressources.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 theFleetAttributes.Builder
.
-
-
Method Details
-
getFleetArn
Description copied from interface:FleetAttributes
(experimental) The ARN of the fleet.At least one of
fleetArn
andfleetId
must be provided.Default: derived from `fleetId`.
- Specified by:
getFleetArn
in interfaceFleetAttributes
-
getFleetId
Description copied from interface:FleetAttributes
(experimental) The identifier of the fleet.At least one of
fleetId
andfleetArn
must be provided.Default: derived from `fleetArn`.
- Specified by:
getFleetId
in interfaceFleetAttributes
-
getRole
Description copied from interface:FleetAttributes
(experimental) The IAM role assumed by GameLift fleet instances to access AWS ressources.Default: the imported fleet cannot be granted access to other resources as an `iam.IGrantable`.
- Specified by:
getRole
in interfaceFleetAttributes
-
$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()
-