@Stability(value=Stable) @Internal public static final class CfnScript.S3LocationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnScript.S3LocationProperty
CfnScript.S3LocationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnScript.S3LocationProperty.Builder, CfnScript.S3LocationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnScript.S3LocationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnScript.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(CfnScript.S3LocationProperty.Builder builder)
CfnScript.S3LocationProperty.Builder.public final String getBucket()
CfnScript.S3LocationProperty
GameLift currently does not support uploading from Amazon S3 buckets with names that contain a dot (.).
getBucket in interface CfnScript.S3LocationPropertypublic final String getKey()
CfnScript.S3LocationPropertygetKey in interface CfnScript.S3LocationPropertypublic final String getRoleArn()
CfnScript.S3LocationPropertygetRoleArn in interface CfnScript.S3LocationPropertypublic final String getObjectVersion()
CfnScript.S3LocationPropertyAmazon GameLift uses this information when retrieving files from an S3 bucket that you own. Use this parameter to specify a specific version of the file. If not set, the latest version of the file is retrieved.
getObjectVersion in interface CfnScript.S3LocationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.