curl --location -g --request PATCH 'https://api.iotwireless.{region}.amazonaws.com/audit/configuration' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleArn": "stringstringstringst",
"auditNotificationTargetConfigurations": {
"property1": {
"targetArn": "string",
"roleArn": "string",
"enabled": true
}
},
"auditCheckConfigurations": {
"property1": {
"enabled": true
}
}
}'
{}
DescribeAccountAuditConfiguration
to see the list of all checks, including those that are currently enabled.UpdateAccountAuditConfiguration
, this parameter is required and must specify at least one enabled check.