Skip to content

iot: configure AWS IoT logging #31357

@badmintoncryer

Description

@badmintoncryer

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.155.0

Environment details (OS name and version, etc.)

irrelevant

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-iotRelated to AWS IoTeffort/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