Show / Hide Table of Contents

Interface IStageHost

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

Namespace: Amazon.CDK.Pipelines
Assembly: Amazon.CDK.Pipelines.dll
Syntax (csharp)
public interface IStageHost
Syntax (vb)
Public Interface IStageHost
Remarks

Stability: Deprecated

Synopsis

Methods

PublishAsset(IAssetPublishingCommand)

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

StackOutputArtifact(String)

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

Methods

PublishAsset(IAssetPublishingCommand)

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

void PublishAsset(IAssetPublishingCommand command)
Parameters
command IAssetPublishingCommand
Remarks

Stability: Deprecated

StackOutputArtifact(String)

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

Artifact_ StackOutputArtifact(string stackArtifactId)
Parameters
stackArtifactId System.String
Returns

Artifact_

Remarks

Stability: Deprecated

Back to top Generated by DocFX