Uses of Class
software.amazon.awscdk.core.CfnOutput
Packages that use CfnOutput
Package
Description
Include CloudFormation templates in the CDK
AWS Cloud Development Kit Core Library
CDK Pipelines
-
Uses of CfnOutput in software.amazon.awscdk.cloudformation.include
Methods in software.amazon.awscdk.cloudformation.include that return CfnOutput -
Uses of CfnOutput in software.amazon.awscdk.core
Methods in software.amazon.awscdk.core that return CfnOutput -
Uses of CfnOutput in software.amazon.awscdk.pipelines
Methods in software.amazon.awscdk.pipelines that return types with arguments of type CfnOutputModifier and TypeMethodDescriptionCodeBuildStepProps.Jsii$Proxy.getEnvFromCfnOutputs()ShellStepProps.getEnvFromCfnOutputs()Set environment variables based on Stack Outputs.ShellStepProps.Jsii$Proxy.getEnvFromCfnOutputs()Methods in software.amazon.awscdk.pipelines with parameters of type CfnOutputModifier and TypeMethodDescriptionstatic StackOutputReferenceStackOutputReference.fromCfnOutput(CfnOutput output) Create a StackOutputReference that references the given CfnOutput.CdkPipeline.stackOutput(CfnOutput cfnOutput) Deprecated.Method parameters in software.amazon.awscdk.pipelines with type arguments of type CfnOutputModifier and TypeMethodDescriptionCodeBuildStep.Builder.envFromCfnOutputs(Map<String, ? extends CfnOutput> envFromCfnOutputs) Set environment variables based on Stack Outputs.CodeBuildStepProps.Builder.envFromCfnOutputs(Map<String, ? extends CfnOutput> envFromCfnOutputs) Sets the value ofShellStepProps.getEnvFromCfnOutputs()ShellStep.Builder.envFromCfnOutputs(Map<String, ? extends CfnOutput> envFromCfnOutputs) Set environment variables based on Stack Outputs.ShellStepProps.Builder.envFromCfnOutputs(Map<String, ? extends CfnOutput> envFromCfnOutputs) Sets the value ofShellStepProps.getEnvFromCfnOutputs()