Feature: Add ability to set stack description #4457
Labels
@aws-cdk/core
Related to core CDK functionality
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
Cloudformation stacks have a description field. This should be setable through the CDK.
There is currently no documented way to set it.
Use Case
Descriptions provide a more human-friendly form of documentation. In my case, I have stacks in a shared environment and I'd like it to be clear to others what they are and who they belong to.
Proposed Solution
A 'description' stack property would fulfill this requirement.
Other
Description field as viewed in the console:
Current documentation - no description property: https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_core.Stack.html
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: