interface AssetPublishingCommand
Language | Type name |
---|---|
![]() | Amazon.CDK.Pipelines.AssetPublishingCommand |
![]() | software.amazon.awscdk.pipelines.AssetPublishingCommand |
![]() | aws_cdk.pipelines.AssetPublishingCommand |
![]() | @aws-cdk/pipelines » AssetPublishingCommand |
⚠️ Deprecated: This class is part of the old API. Use the API based on the CodePipeline
class instead
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 * as pipelines from '@aws-cdk/pipelines';
const assetPublishingCommand: pipelines.AssetPublishingCommand = {
assetId: 'assetId',
assetManifestPath: 'assetManifestPath',
assetPublishingRoleArn: 'assetPublishingRoleArn',
assetSelector: 'assetSelector',
assetType: pipelines.AssetType.FILE,
};
Properties
Name | Type | Description |
---|---|---|
asset | string | Asset identifier. |
asset | string | Asset manifest path. |
asset | string | ARN of the IAM Role used to publish this asset. |
asset | string | Asset selector to pass to cdk-assets . |
asset | Asset | Type of asset to publish. |
assetId
⚠️ Deprecated: This class is part of the old API. Use the API based on the CodePipeline
class instead
Type:
string
Asset identifier.
assetManifestPath
⚠️ Deprecated: This class is part of the old API. Use the API based on the CodePipeline
class instead
Type:
string
Asset manifest path.
assetPublishingRoleArn
⚠️ Deprecated: This class is part of the old API. Use the API based on the CodePipeline
class instead
Type:
string
ARN of the IAM Role used to publish this asset.
assetSelector
⚠️ Deprecated: This class is part of the old API. Use the API based on the CodePipeline
class instead
Type:
string
Asset selector to pass to cdk-assets
.
assetType
⚠️ Deprecated: This class is part of the old API. Use the API based on the CodePipeline
class instead
Type:
Asset
Type of asset to publish.