Show / Hide Table of Contents

Class AccountAuditConfigurationReference

A reference to a AccountAuditConfiguration resource.

Inheritance
object
AccountAuditConfigurationReference
Implements
IAccountAuditConfigurationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AccountAuditConfigurationReference : IAccountAuditConfigurationReference
Syntax (vb)
Public Class AccountAuditConfigurationReference Implements IAccountAuditConfigurationReference
Remarks

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 accountAuditConfigurationReference = new AccountAuditConfigurationReference {
                AccountId = "accountId"
            };

Synopsis

Constructors

AccountAuditConfigurationReference()

A reference to a AccountAuditConfiguration resource.

Properties

AccountId

The AccountId of the AccountAuditConfiguration resource.

Constructors

AccountAuditConfigurationReference()

A reference to a AccountAuditConfiguration resource.

public AccountAuditConfigurationReference()
Remarks

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 accountAuditConfigurationReference = new AccountAuditConfigurationReference {
                AccountId = "accountId"
            };

Properties

AccountId

The AccountId of the AccountAuditConfiguration resource.

public string AccountId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IAccountAuditConfigurationReference
Back to top Generated by DocFX