interface ResourceSpecificLoggingReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.ResourceSpecificLoggingReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#ResourceSpecificLoggingReference |
![]() | software.amazon.awscdk.services.iot.ResourceSpecificLoggingReference |
![]() | aws_cdk.aws_iot.ResourceSpecificLoggingReference |
![]() | 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.