-
Notifications
You must be signed in to change notification settings - Fork 4k
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
sns: Support for TracingConfig #29714
sns: Support for TracingConfig #29714
Comments
Thanks @jun1-t for reaching out and submitting a PR for the same. |
|
1 similar comment
|
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Describe the feature
Enable setting of TracingConfig in the L2 construct for SNS topics.
https://docs.aws.amazon.com/sns/latest/dg/sns-active-tracing.html###
Use Case
Currently, to set the TracingConfig, it is necessary to configure it via L1.
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_sns.CfnTopic.html#tracingconfig
Proposed Solution
Allows passing the "TracingConfig" parameter as an argument.
Other Information
No response
Acknowledgements
CDK version used
2.135.0
Environment details (OS name and version, etc.)
irrelevant
The text was updated successfully, but these errors were encountered: