@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:09.488Z") @Stability(value=Experimental) public interface StackAsset extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
StackAsset.Builder
A builder for
StackAsset |
static class |
StackAsset.Jsii$Proxy
An implementation for
StackAsset |
| Modifier and Type | Method and Description |
|---|---|
static StackAsset.Builder |
builder() |
String |
getAssetId()
(experimental) Asset identifier.
|
String |
getAssetManifestPath()
(experimental) Absolute asset manifest path.
|
default String |
getAssetPublishingRoleArn()
(experimental) Role ARN to assume to publish.
|
String |
getAssetSelector()
(experimental) Asset selector to pass to `cdk-assets`.
|
AssetType |
getAssetType()
(experimental) Type of asset to publish.
|
Boolean |
getIsTemplate()
(experimental) Does this asset represent the CloudFormation template for the stack.
|
@Stability(value=Experimental) @NotNull String getAssetId()
@Stability(value=Experimental) @NotNull String getAssetManifestPath()
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.
@Stability(value=Experimental) @NotNull String getAssetSelector()
@Stability(value=Experimental) @NotNull AssetType getAssetType()
@Stability(value=Experimental) @NotNull Boolean getIsTemplate()
Default: false
@Stability(value=Experimental) @Nullable default String getAssetPublishingRoleArn()
Default: - No need to assume any role
@Stability(value=Experimental) static StackAsset.Builder builder()
StackAsset.Builder of StackAssetCopyright © 2021. All rights reserved.