Class FileAssetLocation.Jsii$Proxy
- All Implemented Interfaces:
FileAssetLocation
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
FileAssetLocation
FileAssetLocation
-
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.core.FileAssetLocation
FileAssetLocation.Builder, FileAssetLocation.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FileAssetLocation.Builder builder) Constructor that initializes the object based on literal property values passed by theFileAssetLocation.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
The name of the Amazon S3 bucket.final String
The HTTP URL of this asset on Amazon S3.final String
The ARN of the KMS key used to encrypt the file asset bucket, if any.final String
The Amazon S3 object key.final String
The S3 URL of this asset on Amazon S3.final String
Likes3ObjectUrl
, but not suitable for CloudFormation consumption.final String
getS3Url()
(deprecated) The HTTP URL of this asset on Amazon S3.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 theFileAssetLocation.Builder
.
-
-
Method Details
-
getBucketName
Description copied from interface:FileAssetLocation
The name of the Amazon S3 bucket.- Specified by:
getBucketName
in interfaceFileAssetLocation
-
getHttpUrl
Description copied from interface:FileAssetLocation
The HTTP URL of this asset on Amazon S3.This 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
- Specified by:
getHttpUrl
in interfaceFileAssetLocation
-
getObjectKey
Description copied from interface:FileAssetLocation
The Amazon S3 object key.- Specified by:
getObjectKey
in interfaceFileAssetLocation
-
getS3ObjectUrl
Description copied from interface:FileAssetLocation
The S3 URL of this asset on Amazon S3.This value suitable for inclusion in a CloudFormation template, and may be an encoded token.
Example value:
s3://mybucket/myobject
- Specified by:
getS3ObjectUrl
in interfaceFileAssetLocation
-
getKmsKeyArn
Description copied from interface:FileAssetLocation
The ARN of the KMS key used to encrypt the file asset bucket, if any.The 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.
- Specified by:
getKmsKeyArn
in interfaceFileAssetLocation
-
getS3ObjectUrlWithPlaceholders
Description copied from interface:FileAssetLocation
Likes3ObjectUrl
, but not suitable for CloudFormation consumption.If there are placeholders in the S3 URL, they will be returned unreplaced and un-evaluated.
Default: - This feature cannot be used
- Specified by:
getS3ObjectUrlWithPlaceholders
in interfaceFileAssetLocation
-
getS3Url
Description copied from interface:FileAssetLocation
(deprecated) The HTTP URL of this asset on Amazon S3.Default: - value specified in `httpUrl` is used.
- Specified by:
getS3Url
in interfaceFileAssetLocation
-
$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()
-