Describe the feature
aws_cdk.ExportValueOptions currently does not expose a property for setting the description of the CfnOutput it creates.
|
export interface ExportValueOptions { |
Use Case
I would like to be able to set the description of the CfnOutput created when using aws_cdk.Stack.exportValue and aws_cdk.Stack.exportStringListValue.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.114.1 (build 02bbb1d)
Environment details (OS name and version, etc.)
MacOS 14.3.1
Describe the feature
aws_cdk.ExportValueOptionscurrently does not expose a property for setting the description of theCfnOutputit creates.aws-cdk/packages/aws-cdk-lib/core/lib/stack.ts
Line 1762 in c3c771c
Use Case
I would like to be able to set the description of the
CfnOutputcreated when usingaws_cdk.Stack.exportValueandaws_cdk.Stack.exportStringListValue.Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.114.1 (build 02bbb1d)
Environment details (OS name and version, etc.)
MacOS 14.3.1