Package software.amazon.awscdk
Class AssetManifestFileDestination.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.AssetManifestFileDestination.Jsii$Proxy
- All Implemented Interfaces:
AssetManifestFileDestination
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AssetManifestFileDestination
@Stability(Stable)
@Internal
public static final class AssetManifestFileDestination.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AssetManifestFileDestination
An implementation for
AssetManifestFileDestination
-
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.AssetManifestFileDestination
AssetManifestFileDestination.Builder, AssetManifestFileDestination.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theAssetManifestFileDestination.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
Bucket name where the file asset should be written.final String
Prefix to prepend to the asset hash.final RoleOptions
getRole()
Role to use for uploading.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 theAssetManifestFileDestination.Builder
.
-
-
Method Details
-
getBucketName
Description copied from interface:AssetManifestFileDestination
Bucket name where the file asset should be written.- Specified by:
getBucketName
in interfaceAssetManifestFileDestination
-
getBucketPrefix
Description copied from interface:AssetManifestFileDestination
Prefix to prepend to the asset hash.Default: ''
- Specified by:
getBucketPrefix
in interfaceAssetManifestFileDestination
-
getRole
Description copied from interface:AssetManifestFileDestination
Role to use for uploading.Default: - current role
- Specified by:
getRole
in interfaceAssetManifestFileDestination
-
$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()
-