interface IStageHost
Language | Type name |
---|---|
![]() | Amazon.CDK.Pipelines.IStageHost |
![]() | software.amazon.awscdk.pipelines.IStageHost |
![]() | aws_cdk.pipelines.IStageHost |
![]() | @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
Asset
Publishing 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.