| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IStageHost.Jsii$Default
Internal default implementation for
IStageHost. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IStageHost.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IStageHost |
CdkStageProps.getHost()
(experimental) Features the Stage needs from its environment.
|
IStageHost |
CdkStageProps.Jsii$Proxy.getHost() |
| Modifier and Type | Method and Description |
|---|---|
CdkStageProps.Builder |
CdkStageProps.Builder.host(IStageHost host)
Sets the value of
CdkStageProps.getHost() |
CdkStage.Builder |
CdkStage.Builder.host(IStageHost host)
(experimental) Features the Stage needs from its environment.
|
| Constructor and Description |
|---|
Jsii$Proxy(Artifact cloudAssemblyArtifact,
IStageHost host,
IStage pipelineStage,
String stageName)
Constructor that initializes the object based on literal property values passed by the
CdkStageProps.Builder. |
Copyright © 2021. All rights reserved.