Skip to content

aws_cdk: Add support for description to aws_cdk.ExportValueOptions #29092

@toxygene

Description

@toxygene

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

  • 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

No one assigned

    Labels

    effort/mediumMedium work item – several days of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions