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