Show / Hide Table of Contents

Interface IAccountAuditConfigurationReference

A reference to a AccountAuditConfiguration resource.

Namespace: Amazon.CDK.Interfaces.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAccountAuditConfigurationReference
Syntax (vb)
Public Interface 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.Interfaces.IoT;

            var accountAuditConfigurationReference = new AccountAuditConfigurationReference {
                AccountId = "accountId"
            };

Synopsis

Properties

AccountId

The AccountId of the AccountAuditConfiguration resource.

Properties

AccountId

The AccountId of the AccountAuditConfiguration resource.

string AccountId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX