ScheduledAuditAttributes

class aws_cdk.aws_iot_alpha.ScheduledAuditAttributes(*, scheduled_audit_arn, scheduled_audit_name)

Bases: object

(experimental) Construction properties for a Scheduled Audit.

Parameters:
  • scheduled_audit_arn (str) – (experimental) The ARN of the scheduled audit.

  • scheduled_audit_name (str) – (experimental) The scheduled audit name.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_iot_alpha as iot_alpha

scheduled_audit_attributes = iot_alpha.ScheduledAuditAttributes(
    scheduled_audit_arn="scheduledAuditArn",
    scheduled_audit_name="scheduledAuditName"
)

Attributes

scheduled_audit_arn

(experimental) The ARN of the scheduled audit.

Stability:

experimental

scheduled_audit_name

(experimental) The scheduled audit name.

Stability:

experimental