Class CfnBuild.StorageLocationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnBuild.StorageLocationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBuild.StorageLocationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBuild.StorageLocationProperty
@Stability(Stable)
@Internal
public static final class CfnBuild.StorageLocationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBuild.StorageLocationProperty
An implementation for
CfnBuild.StorageLocationProperty
-
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.CfnBuild.StorageLocationProperty
CfnBuild.StorageLocationProperty.Builder, CfnBuild.StorageLocationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBuild.StorageLocationProperty.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
An Amazon S3 bucket identifier.final String
getKey()
The name of the zip file that contains the build files or script files.final String
A version of a stored file to retrieve, if the object versioning feature is turned on for the S3 bucket.final String
The ARNfor an IAM role that allows Amazon GameLift to access the S3 bucket.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 theCfnBuild.StorageLocationProperty.Builder
.
-
-
Method Details
-
getBucket
Description copied from interface:CfnBuild.StorageLocationProperty
An Amazon S3 bucket identifier. The name of the S3 bucket.Amazon GameLift doesn't support uploading from Amazon S3 buckets with names that contain a dot (.).
- Specified by:
getBucket
in interfaceCfnBuild.StorageLocationProperty
- See Also:
-
getKey
Description copied from interface:CfnBuild.StorageLocationProperty
The name of the zip file that contains the build files or script files.- Specified by:
getKey
in interfaceCfnBuild.StorageLocationProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnBuild.StorageLocationProperty
The ARNfor an IAM role that allows Amazon GameLift to access the S3 bucket.- Specified by:
getRoleArn
in interfaceCfnBuild.StorageLocationProperty
- See Also:
-
getObjectVersion
Description copied from interface:CfnBuild.StorageLocationProperty
A version of a stored file to retrieve, if the object versioning feature is turned on for the S3 bucket.Use this parameter to specify a specific version. If this parameter isn't set, Amazon GameLift retrieves the latest version of the file.
- Specified by:
getObjectVersion
in interfaceCfnBuild.StorageLocationProperty
- See Also:
-
$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()
-