Show / Hide Table of Contents

Class CfnAccountAuditConfiguration.AuditCheckConfigurationProperty

Which audit checks are enabled and disabled for this account.

Inheritance
System.Object
CfnAccountAuditConfiguration.AuditCheckConfigurationProperty
Implements
CfnAccountAuditConfiguration.IAuditCheckConfigurationProperty
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.AWS.IoT.dll
Syntax (csharp)
public class AuditCheckConfigurationProperty : Object, CfnAccountAuditConfiguration.IAuditCheckConfigurationProperty
Syntax (vb)
Public Class AuditCheckConfigurationProperty
    Inherits Object
    Implements CfnAccountAuditConfiguration.IAuditCheckConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-accountauditconfiguration-auditcheckconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoT;

var auditCheckConfigurationProperty = new AuditCheckConfigurationProperty {
    Enabled = false
};

Synopsis

Constructors

AuditCheckConfigurationProperty()

Properties

Enabled

True if this audit check is enabled for this account.

Constructors

AuditCheckConfigurationProperty()

public AuditCheckConfigurationProperty()

Properties

Enabled

True if this audit check is enabled for this account.

public object Enabled { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-accountauditconfiguration-auditcheckconfiguration.html#cfn-iot-accountauditconfiguration-auditcheckconfiguration-enabled

Implements

CfnAccountAuditConfiguration.IAuditCheckConfigurationProperty
Back to top Generated by DocFX