@Stability(value=Stable) @Internal public static final class FileAssetLocation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FileAssetLocation
FileAssetLocationsoftware.amazon.jsii.JsiiObject.InitializationModeFileAssetLocation.Builder, FileAssetLocation.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(FileAssetLocation.Builder builder)
Constructor that initializes the object based on literal property values passed by the
FileAssetLocation.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 |
getBucketName()
The name of the Amazon S3 bucket.
|
String |
getHttpUrl()
The HTTP URL of this asset on Amazon S3.
|
String |
getKmsKeyArn()
The ARN of the KMS key used to encrypt the file asset bucket, if any.
|
String |
getObjectKey()
The Amazon S3 object key.
|
String |
getS3ObjectUrl()
The S3 URL of this asset on Amazon S3.
|
String |
getS3ObjectUrlWithPlaceholders()
Like `s3ObjectUrl`, but not suitable for CloudFormation consumption.
|
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(FileAssetLocation.Builder builder)
FileAssetLocation.Builder.public final String getBucketName()
FileAssetLocationgetBucketName in interface FileAssetLocationpublic final String getHttpUrl()
FileAssetLocationThis value suitable for inclusion in a CloudFormation template, and may be an encoded token.
Example value: https://s3-us-east-1.amazonaws.com/mybucket/myobject
getHttpUrl in interface FileAssetLocationpublic final String getObjectKey()
FileAssetLocationgetObjectKey in interface FileAssetLocationpublic final String getS3ObjectUrl()
FileAssetLocationThis value suitable for inclusion in a CloudFormation template, and may be an encoded token.
Example value: s3://mybucket/myobject
getS3ObjectUrl in interface FileAssetLocationpublic final String getKmsKeyArn()
FileAssetLocationThe CDK bootstrap stack comes with a key policy that does not require setting this property, so you only need to set this property if you have customized the bootstrap stack to require it.
Default: - Asset bucket is not encrypted, or decryption permissions are defined by a Key Policy.
getKmsKeyArn in interface FileAssetLocationpublic final String getS3ObjectUrlWithPlaceholders()
FileAssetLocationIf there are placeholders in the S3 URL, they will be returned unreplaced and un-evaluated.
Default: - This feature cannot be used
getS3ObjectUrlWithPlaceholders in interface FileAssetLocation@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.