Package software.amazon.awscdk.pipelines
Interface AssetPublishingCommand
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AssetPublishingCommand.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:49.750Z")
@Stability(Deprecated)
@Deprecated
public interface AssetPublishingCommand
extends software.amazon.jsii.JsiiSerializable
Deprecated.
(deprecated) Instructions to publish certain assets.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.pipelines.*; AssetPublishingCommand assetPublishingCommand = AssetPublishingCommand.builder() .assetId("assetId") .assetManifestPath("assetManifestPath") .assetPublishingRoleArn("assetPublishingRoleArn") .assetSelector("assetSelector") .assetType(AssetType.FILE) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.static final class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAssetId
Deprecated.(deprecated) Asset identifier. -
getAssetManifestPath
Deprecated.(deprecated) Asset manifest path. -
getAssetPublishingRoleArn
Deprecated.(deprecated) ARN of the IAM Role used to publish this asset. -
getAssetSelector
Deprecated.(deprecated) Asset selector to pass tocdk-assets
. -
getAssetType
Deprecated.(deprecated) Type of asset to publish. -
builder
Deprecated.- Returns:
- a
AssetPublishingCommand.Builder
ofAssetPublishingCommand
-
CodePipeline
class instead