curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/audit/suppressions/describe' \
--header 'Content-Type: application/json' \
--data-raw '{
"checkName": "string",
"resourceIdentifier": {
"deviceCertificateId": "string",
"caCertificateId": "string",
"cognitoIdentityPoolId": "string",
"clientId": "string",
"policyVersionIdentifier": {
"policyName": "string",
"policyVersionId": "string"
},
"account": "string",
"iamRoleArn": "string",
"roleAliasArn": "string"
}
}'
{
"checkName": "string",
"resourceIdentifier": "string",
"expirationDate": "string",
"suppressIndefinitely": true,
"description": "string"
}
DescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration
to select which checks are enabled.)DescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration
to select which checks are enabled.)