ResourceSpecificLoggingReference
- class aws_cdk.aws_iot.ResourceSpecificLoggingReference(*, target_id)
Bases:
object
A reference to a ResourceSpecificLogging resource.
- Parameters:
target_id (
str
) – The TargetId of the ResourceSpecificLogging resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_iot as iot resource_specific_logging_reference = iot.ResourceSpecificLoggingReference( target_id="targetId" )
Attributes
- target_id
The TargetId of the ResourceSpecificLogging resource.