interface ScheduledAuditAttributes
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.Alpha.ScheduledAuditAttributes |
![]() | github.com/aws/aws-cdk-go/awscdkiotalpha/v2#ScheduledAuditAttributes |
![]() | software.amazon.awscdk.services.iot.alpha.ScheduledAuditAttributes |
![]() | aws_cdk.aws_iot_alpha.ScheduledAuditAttributes |
![]() | @aws-cdk/aws-iot-alpha » ScheduledAuditAttributes |
Construction properties for a Scheduled Audit.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iot_alpha from '@aws-cdk/aws-iot-alpha';
const scheduledAuditAttributes: iot_alpha.ScheduledAuditAttributes = {
scheduledAuditArn: 'scheduledAuditArn',
scheduledAuditName: 'scheduledAuditName',
};
Properties
Name | Type | Description |
---|---|---|
scheduled | string | The ARN of the scheduled audit. |
scheduled | string | The scheduled audit name. |
scheduledAuditArn
Type:
string
The ARN of the scheduled audit.
scheduledAuditName
Type:
string
The scheduled audit name.