| Package | Description |
|---|---|
| software.amazon.awscdk.cloudformation.include |
Include CloudFormation templates in the CDK
|
| software.amazon.awscdk.core |
monocdk Experiment
|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| Modifier and Type | Method and Description |
|---|---|
CfnOutput |
CfnInclude.getOutput(String logicalId)
(experimental) Returns the CfnOutput object from the 'Outputs' section of the included template.
|
| Modifier and Type | Method and Description |
|---|---|
CfnOutput |
CfnOutput.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CfnOutput> |
CodeBuildStepProps.Jsii$Proxy.getEnvFromCfnOutputs() |
default Map<String,CfnOutput> |
ShellStepProps.getEnvFromCfnOutputs()
(experimental) Set environment variables based on Stack Outputs.
|
Map<String,CfnOutput> |
ShellStepProps.Jsii$Proxy.getEnvFromCfnOutputs() |
| Modifier and Type | Method and Description |
|---|---|
static StackOutputReference |
StackOutputReference.fromCfnOutput(CfnOutput output)
(experimental) Create a StackOutputReference that references the given CfnOutput.
|
StackOutput |
CdkPipeline.stackOutput(CfnOutput cfnOutput)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CodeBuildStepProps.Builder |
CodeBuildStepProps.Builder.envFromCfnOutputs(Map<String,? extends CfnOutput> envFromCfnOutputs)
Sets the value of
ShellStepProps.getEnvFromCfnOutputs() |
ShellStep.Builder |
ShellStep.Builder.envFromCfnOutputs(Map<String,? extends CfnOutput> envFromCfnOutputs)
(experimental) Set environment variables based on Stack Outputs.
|
ShellStepProps.Builder |
ShellStepProps.Builder.envFromCfnOutputs(Map<String,? extends CfnOutput> envFromCfnOutputs)
Sets the value of
ShellStepProps.getEnvFromCfnOutputs() |
CodeBuildStep.Builder |
CodeBuildStep.Builder.envFromCfnOutputs(Map<String,? extends CfnOutput> envFromCfnOutputs)
(experimental) Set environment variables based on Stack Outputs.
|
Copyright © 2022. All rights reserved.