account_audit_configurations
Retrieves a list of account_audit_configurations
in a region
Overview
Name | account_audit_configurations |
Type | Resource |
Description | account_audit_configurations |
Id | awscc.iot.account_audit_configurations |
Fields
Name | Datatype | Description |
---|---|---|
account_id | string | Your 12-digit account ID (used as the primary identifier for the CloudFormation resource). |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
account_id
FROM awscc.iot.account_audit_configurations
WHERE region = 'us-east-1'
Permissions
To operate on the account_audit_configurations
resource, the following permissions are required:
Create
iot:UpdateAccountAuditConfiguration,
iot:DescribeAccountAuditConfiguration,
iam:PassRole
List
iot:DescribeAccountAuditConfiguration