@Stability(value=Stable) @Internal public static final class StackAsset.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StackAsset
StackAssetsoftware.amazon.jsii.JsiiObject.InitializationModeStackAsset.Builder, StackAsset.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(StackAsset.Builder builder)
Constructor that initializes the object based on literal property values passed by the
StackAsset.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAssetId()
Asset identifier.
|
String |
getAssetManifestPath()
Absolute asset manifest path.
|
String |
getAssetPublishingRoleArn()
Role ARN to assume to publish.
|
String |
getAssetSelector()
Asset selector to pass to `cdk-assets`.
|
AssetType |
getAssetType()
Type of asset to publish.
|
Boolean |
getIsTemplate()
Does this asset represent the CloudFormation template for the stack.
|
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(StackAsset.Builder builder)
StackAsset.Builder.public final String getAssetId()
StackAssetgetAssetId in interface StackAssetpublic final String getAssetManifestPath()
StackAssetThis needs to be made relative at a later point in time, but when this information is parsed we don't know about the root cloud assembly yet.
getAssetManifestPath in interface StackAssetpublic final String getAssetPublishingRoleArn()
StackAssetDefault: - No need to assume any role
getAssetPublishingRoleArn in interface StackAssetpublic final String getAssetSelector()
StackAssetgetAssetSelector in interface StackAssetpublic final AssetType getAssetType()
StackAssetgetAssetType in interface StackAssetpublic final Boolean getIsTemplate()
StackAssetDefault: false
getIsTemplate in interface StackAsset@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.