@Stability(value=Stable) @Internal public static final class CfnBuild.S3LocationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBuild.S3LocationProperty
CfnBuild.S3LocationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnBuild.S3LocationProperty.Builder, CfnBuild.S3LocationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnBuild.S3LocationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnBuild.S3LocationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getBucket()
An Amazon S3 bucket identifier.
|
String |
getKey()
The name of the zip file that contains the build files or script files.
|
String |
getObjectVersion()
The version of the file, if object versioning is turned on for the bucket.
|
String |
getRoleArn()
The Amazon Resource Name ( [ARN](https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html) ) for an IAM role that allows Amazon GameLift to access the S3 bucket.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnBuild.S3LocationProperty.Builder builder)
CfnBuild.S3LocationProperty.Builder.public final String getBucket()
CfnBuild.S3LocationProperty
GameLift currently does not support uploading from Amazon S3 buckets with names that contain a dot (.).
getBucket in interface CfnBuild.S3LocationPropertypublic final String getKey()
CfnBuild.S3LocationPropertygetKey in interface CfnBuild.S3LocationPropertypublic final String getRoleArn()
CfnBuild.S3LocationPropertygetRoleArn in interface CfnBuild.S3LocationPropertypublic final String getObjectVersion()
CfnBuild.S3LocationPropertyAmazon GameLift uses this information when retrieving files from your S3 bucket. To retrieve a specific version of the file, provide an object version. To retrieve the latest version of the file, do not set this parameter.
getObjectVersion in interface CfnBuild.S3LocationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.