account_audit_configuration
Gets an individual account_audit_configuration
resource
Overview
Name | account_audit_configuration |
Type | Resource |
Description | account_audit_configuration |
Id | awscc.iot.account_audit_configuration |
Fields
Name | Datatype | Description |
---|---|---|
account_id | string | Your 12-digit account ID (used as the primary identifier for the CloudFormation resource). |
audit_check_configurations | object | |
audit_notification_target_configurations | object | |
role_arn | string | The ARN of the role that grants permission to AWS IoT to access information about your devices, policies, certificates and other items as required when performing an audit. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
account_id,
audit_check_configurations,
audit_notification_target_configurations,
role_arn
FROM awscc.iot.account_audit_configuration
WHERE data__Identifier = '<AccountId>';
Permissions
To operate on the account_audit_configuration
resource, the following permissions are required:
Read
iot:DescribeAccountAuditConfiguration
Update
iot:UpdateAccountAuditConfiguration,
iot:DescribeAccountAuditConfiguration,
iam:PassRole
Delete
iot:DescribeAccountAuditConfiguration,
iot:DeleteAccountAuditConfiguration