Amazon IoT Device Management · Schema
DescribeAccountAuditConfigurationResponse
DescribeAccountAuditConfigurationResponse schema
Device ManagementFleet ManagementIoTOTA Updates
Properties
| Name | Type | Description |
|---|---|---|
| roleArn | object | |
| auditNotificationTargetConfigurations | object | |
| auditCheckConfigurations | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-describe-account-audit-configuration-response-schema.json",
"title": "DescribeAccountAuditConfigurationResponse",
"description": "DescribeAccountAuditConfigurationResponse schema",
"type": "object",
"properties": {
"roleArn": {
"allOf": [
{
"$ref": "#/components/schemas/RoleArn"
},
{
"description": "<p>The ARN of the role that grants permission to IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.</p> <p>On the first call to <code>UpdateAccountAuditConfiguration</code>, this parameter is required.</p>"
}
]
},
"auditNotificationTargetConfigurations": {
"allOf": [
{
"$ref": "#/components/schemas/AuditNotificationTargetConfigurations"
},
{
"description": "Information about the targets to which audit notifications are sent for this account."
}
]
},
"auditCheckConfigurations": {
"allOf": [
{
"$ref": "#/components/schemas/AuditCheckConfigurations"
},
{
"description": "Which audit checks are enabled and disabled for this account."
}
]
}
}
}