| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
AssetType |
AssetPublishingCommand.getAssetType()
(experimental) Type of asset to publish.
|
AssetType |
AssetPublishingCommand.Jsii$Proxy.getAssetType() |
AssetType |
PublishAssetsActionProps.getAssetType()
(experimental) AssetType we're publishing.
|
AssetType |
PublishAssetsActionProps.Jsii$Proxy.getAssetType() |
static AssetType |
AssetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetType[] |
AssetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AssetPublishingCommand.Builder |
AssetPublishingCommand.Builder.assetType(AssetType assetType)
Sets the value of
AssetPublishingCommand.getAssetType() |
PublishAssetsAction.Builder |
PublishAssetsAction.Builder.assetType(AssetType assetType)
(experimental) AssetType we're publishing.
|
PublishAssetsActionProps.Builder |
PublishAssetsActionProps.Builder.assetType(AssetType assetType)
Sets the value of
PublishAssetsActionProps.getAssetType() |
| Constructor and Description |
|---|
Jsii$Proxy(String actionName,
AssetType assetType,
Artifact cloudAssemblyInput,
String cdkCliVersion,
String projectName,
IRole role,
SubnetSelection subnetSelection,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
PublishAssetsActionProps.Builder. |
Jsii$Proxy(String assetId,
String assetManifestPath,
String assetSelector,
AssetType assetType)
Constructor that initializes the object based on literal property values passed by the
AssetPublishingCommand.Builder. |
Copyright © 2021. All rights reserved.