public static final class StackAsset.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StackAsset
StackAsset
StackAsset.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAssetId()
Asset identifier.
|
java.lang.String |
getAssetManifestPath()
Absolute asset manifest path.
|
java.lang.String |
getAssetPublishingRoleArn()
Role ARN to assume to publish.
|
java.lang.String |
getAssetSelector()
Asset selector to pass to `cdk-assets`.
|
AssetType |
getAssetType()
Type of asset to publish.
|
java.lang.Boolean |
getIsTemplate()
Does this asset represent the CloudFormation template for the stack.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAssetId()
StackAsset
getAssetId
in interface StackAsset
public final java.lang.String getAssetManifestPath()
StackAsset
This 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 StackAsset
public final java.lang.String getAssetSelector()
StackAsset
getAssetSelector
in interface StackAsset
public final AssetType getAssetType()
StackAsset
getAssetType
in interface StackAsset
public final java.lang.Boolean getIsTemplate()
StackAsset
Default: false
getIsTemplate
in interface StackAsset
public final java.lang.String getAssetPublishingRoleArn()
StackAsset
Default: - No need to assume any role
getAssetPublishingRoleArn
in interface StackAsset
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()