interface IStageHost
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Pipelines.IStageHost |
Java | software.amazon.awscdk.pipelines.IStageHost |
Python | aws_cdk.pipelines.IStageHost |
TypeScript (source) | @aws-cdk/pipelines » IStageHost |
⚠️ Deprecated: This class is part of the old API. Use the API based on the CodePipeline class instead
Features that the Stage needs from its environment.
Methods
| Name | Description |
|---|---|
| publish | Make sure all the assets from the given manifest are published. |
| stack | Return the Artifact the given stack has to emit its outputs into, if any. |
publishAsset(command)
public publishAsset(command: AssetPublishingCommand): void
⚠️ Deprecated: This class is part of the old API. Use the API based on the CodePipeline class instead
Parameters
- command
AssetPublishing Command
Make sure all the assets from the given manifest are published.
stackOutputArtifact(stackArtifactId)
public stackOutputArtifact(stackArtifactId: string): Artifact
⚠️ Deprecated: This class is part of the old API. Use the API based on the CodePipeline class instead
Parameters
- stackArtifactId
string
Returns
Return the Artifact the given stack has to emit its outputs into, if any.

.NET
Java
Python
TypeScript (