interface AccountAuditConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoT.AccountAuditConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#AccountAuditConfigurationReference |
Java | software.amazon.awscdk.services.iot.AccountAuditConfigurationReference |
Python | aws_cdk.aws_iot.AccountAuditConfigurationReference |
TypeScript | aws-cdk-lib » aws_iot » AccountAuditConfigurationReference |
A reference to a AccountAuditConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const accountAuditConfigurationReference: iot.AccountAuditConfigurationReference = {
accountId: 'accountId',
};
Properties
| Name | Type | Description |
|---|---|---|
| account | string | The AccountId of the AccountAuditConfiguration resource. |
accountId
Type:
string
The AccountId of the AccountAuditConfiguration resource.

.NET
Go
Java
Python
TypeScript