@Stability(value=Experimental) @Internal public static final class FileDestination.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FileDestination
FileDestinationsoftware.amazon.jsii.JsiiObject.InitializationModeFileDestination.Builder, FileDestination.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String bucketName,
String objectKey,
String assumeRoleArn,
String assumeRoleExternalId,
String region)
Constructor that initializes the object based on literal property values passed by the
FileDestination.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAssumeRoleArn()
(experimental) The role that needs to be assumed while publishing this asset.
|
String |
getAssumeRoleExternalId()
(experimental) The ExternalId that needs to be supplied while assuming this role.
|
String |
getBucketName()
(experimental) The name of the bucket.
|
String |
getObjectKey()
(experimental) The destination object key.
|
String |
getRegion()
(experimental) The region where this asset will need to be published.
|
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.public final String getBucketName()
FileDestinationgetBucketName in interface FileDestinationpublic final String getObjectKey()
FileDestinationgetObjectKey in interface FileDestinationpublic final String getAssumeRoleArn()
AwsDestinationDefault: - No role will be assumed
getAssumeRoleArn in interface AwsDestinationpublic final String getAssumeRoleExternalId()
AwsDestinationDefault: - No ExternalId will be supplied
getAssumeRoleExternalId in interface AwsDestinationpublic final String getRegion()
AwsDestinationDefault: - Current region
getRegion in interface AwsDestination@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.