@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:29.079Z") @Stability(value=Experimental) public interface AssetPublishingCommand extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AssetPublishingCommand.Builder
A builder for
AssetPublishingCommand |
static class |
AssetPublishingCommand.Jsii$Proxy
An implementation for
AssetPublishingCommand |
| Modifier and Type | Method and Description |
|---|---|
static AssetPublishingCommand.Builder |
builder() |
String |
getAssetId()
(experimental) Asset identifier.
|
String |
getAssetManifestPath()
(experimental) Asset manifest path.
|
String |
getAssetSelector()
(experimental) Asset selector to pass to `cdk-assets`.
|
AssetType |
getAssetType()
(experimental) Type of asset to publish.
|
@Stability(value=Experimental) @NotNull String getAssetId()
@Stability(value=Experimental) @NotNull String getAssetManifestPath()
@Stability(value=Experimental) @NotNull String getAssetSelector()
@Stability(value=Experimental) @NotNull AssetType getAssetType()
@Stability(value=Experimental) static AssetPublishingCommand.Builder builder()
AssetPublishingCommand.Builder of AssetPublishingCommandCopyright © 2021. All rights reserved.