ResourceSpecificLoggingReference
- class aws_cdk.interfaces.aws_iot.ResourceSpecificLoggingReference(*, target_id)
Bases:
objectA 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.interfaces import aws_iot as interfaces_aws_iot resource_specific_logging_reference = interfaces_aws_iot.ResourceSpecificLoggingReference( target_id="targetId" )
Attributes
- target_id
The TargetId of the ResourceSpecificLogging resource.