-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
effort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Describe the feature
aws_cdk.ExportValueOptions
currently does not expose a property for setting the description of the CfnOutput
it creates.
aws-cdk/packages/aws-cdk-lib/core/lib/stack.ts
Line 1762 in c3c771c
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
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.114.1 (build 02bbb1d)
Environment details (OS name and version, etc.)
MacOS 14.3.1
Metadata
Metadata
Assignees
Labels
effort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2