interface ScheduledAuditAttributes
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoT.Alpha.ScheduledAuditAttributes |
Go | github.com/aws/aws-cdk-go/awscdkiotalpha/v2#ScheduledAuditAttributes |
Java | software.amazon.awscdk.services.iot.alpha.ScheduledAuditAttributes |
Python | aws_cdk.aws_iot_alpha.ScheduledAuditAttributes |
TypeScript (source) | @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.

.NET
Go
Java
Python
TypeScript (