interface ResourceSpecificLoggingReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoT.ResourceSpecificLoggingReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#ResourceSpecificLoggingReference |
Java | software.amazon.awscdk.services.iot.ResourceSpecificLoggingReference |
Python | aws_cdk.aws_iot.ResourceSpecificLoggingReference |
TypeScript | aws-cdk-lib » aws_iot » ResourceSpecificLoggingReference |
A reference to a ResourceSpecificLogging resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const resourceSpecificLoggingReference: iot.ResourceSpecificLoggingReference = {
targetId: 'targetId',
};
Properties
| Name | Type | Description |
|---|---|---|
| target | string | The TargetId of the ResourceSpecificLogging resource. |
targetId
Type:
string
The TargetId of the ResourceSpecificLogging resource.

.NET
Go
Java
Python
TypeScript