IStageHost

class aws_cdk.pipelines.IStageHost(*args, **kwds)

Bases: Protocol

(deprecated) Features that the Stage needs from its environment.

Deprecated:

This class is part of the old API. Use the API based on the CodePipeline class instead

Stability:

deprecated

Methods

publish_asset(*, asset_id, asset_manifest_path, asset_publishing_role_arn, asset_selector, asset_type)

(deprecated) Make sure all the assets from the given manifest are published.

Parameters:
  • asset_id (str) – (deprecated) Asset identifier.

  • asset_manifest_path (str) – (deprecated) Asset manifest path.

  • asset_publishing_role_arn (str) – (deprecated) ARN of the IAM Role used to publish this asset.

  • asset_selector (str) – (deprecated) Asset selector to pass to cdk-assets.

  • asset_type (AssetType) – (deprecated) Type of asset to publish.

Stability:

deprecated

Return type:

None

stack_output_artifact(stack_artifact_id)

(deprecated) Return the Artifact the given stack has to emit its outputs into, if any.

Parameters:

stack_artifact_id (str) –

Stability:

deprecated

Return type:

Optional[Artifact]