-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_cdk: Add support for description to aws_cdk.ExportValueOptions #29092
Comments
According to the doc, |
My request is that the For example:
would produce:
|
…alue` methods (#29150) ### Issue # (if applicable) Closes #29092. ### Reason for this change To be able to set the description of the `CfnOutput` created when using `exportValue` and `exportStringListValue`. ### Description of changes Add property `description` to `ExportValueOptions` interface. ### Description of how you validated changes Both unit and integ tests ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Describe the feature
aws_cdk.ExportValueOptions
currently does not expose a property for setting the description of theCfnOutput
it 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
CfnOutput
created when usingaws_cdk.Stack.exportValue
andaws_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
The text was updated successfully, but these errors were encountered: