interface AuditCheckConfigurationProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.IoT.CfnAccountAuditConfiguration.AuditCheckConfigurationProperty | 
  Java | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration.AuditCheckConfigurationProperty | 
  Python | aws_cdk.aws_iot.CfnAccountAuditConfiguration.AuditCheckConfigurationProperty | 
  TypeScript  | @aws-cdk/aws-iot » CfnAccountAuditConfiguration » AuditCheckConfigurationProperty | 
Which audit checks are enabled and disabled for this account.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iot from '@aws-cdk/aws-iot';
const auditCheckConfigurationProperty: iot.CfnAccountAuditConfiguration.AuditCheckConfigurationProperty = {
  enabled: false,
};
Properties
| Name | Type | Description | 
|---|---|---|
| enabled? | boolean | IResolvable | True if this audit check is enabled for this account. | 
enabled?
Type:
boolean | IResolvable
(optional)
True if this audit check is enabled for this account.

 .NET
 Java
 Python
 TypeScript