interface AccountAuditConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.AccountAuditConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#AccountAuditConfigurationReference |
![]() | software.amazon.awscdk.services.iot.AccountAuditConfigurationReference |
![]() | aws_cdk.aws_iot.AccountAuditConfigurationReference |
![]() | 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.