Describe the feature
To enable AWS IoT logging feature by AWS CDK.
new iot.Logging(this, 'Logging', {
logLevel: iot.LogLevel.WARN,
})
Use Case
Cloudformation supports for configuring AWS IoT logging for all activities but AWS CDK doesn't support this.
To enable this feature, we have to setup logging role simultaneously. I believe it would be better to create the logging role implicitly using AWS CDK."
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.155.0
Environment details (OS name and version, etc.)
irrelevant
Describe the feature
To enable AWS IoT logging feature by AWS CDK.
Use Case
Cloudformation supports for configuring AWS IoT logging for all activities but AWS CDK doesn't support this.
To enable this feature, we have to setup logging role simultaneously. I believe it would be better to create the logging role implicitly using AWS CDK."
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.155.0
Environment details (OS name and version, etc.)
irrelevant