Class AccountAuditConfigurationReference
A reference to a AccountAuditConfiguration resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated