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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.AssetManifestFileDestination
AssetManifestFileDestination.Builder, AssetManifestFileDestination.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAssetManifestFileDestination.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringBucket name where the file asset should be written.final StringPrefix to prepend to the asset hash.final RoleOptionsgetRole()Role to use for uploading.final inthashCode()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:AssetManifestFileDestinationBucket name where the file asset should be written.- Specified by:
getBucketNamein interfaceAssetManifestFileDestination
-
getBucketPrefix
Description copied from interface:AssetManifestFileDestinationPrefix to prepend to the asset hash.Default: ''
- Specified by:
getBucketPrefixin interfaceAssetManifestFileDestination
-
getRole
Description copied from interface:AssetManifestFileDestinationRole to use for uploading.Default: - current role
- Specified by:
getRolein interfaceAssetManifestFileDestination
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-