| 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)
(experimental) Returns the CfnOutput object from the 'Outputs' section of the included template.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,CfnOutput> |
ShellStepProps.getEnvFromCfnOutputs()
(experimental) 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)
(experimental) Create a StackOutputReference that references the given CfnOutput.
|
StackOutput |
CdkPipeline.stackOutput(CfnOutput cfnOutput)
(experimental) Get the StackOutput object that holds this CfnOutput's value in this pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Constructor and Description |
|---|
Jsii$Proxy(BuildEnvironment buildEnvironment,
BuildSpec partialBuildSpec,
String projectName,
IRole role,
List<? extends PolicyStatement> rolePolicyStatements,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
IVpc vpc,
List<String> commands,
Map<String,? extends IFileSetProducer> additionalInputs,
Map<String,String> env,
Map<String,? extends CfnOutput> envFromCfnOutputs,
IFileSetProducer input,
List<String> installCommands,
String primaryOutputDirectory)
Constructor that initializes the object based on literal property values passed by the
CodeBuildStepProps.Builder. |
Jsii$Proxy(List<String> commands,
Map<String,? extends IFileSetProducer> additionalInputs,
Map<String,String> env,
Map<String,? extends CfnOutput> envFromCfnOutputs,
IFileSetProducer input,
List<String> installCommands,
String primaryOutputDirectory)
Constructor that initializes the object based on literal property values passed by the
ShellStepProps.Builder. |
Copyright © 2021. All rights reserved.