- Navigation Guide
@aws-sdk/client-iot
CreateAuditSuppressionCommandInput Interface
Members
Name | Type | Details |
---|---|---|
checkName Required | string | undefined | An audit check name. Checks must be enabled for your account. (Use |
resourceIdentifier Required | ResourceIdentifier | undefined | Information that identifies the noncompliant resource. |
clientRequestToken | string | undefined | Each audit supression must have a unique client request token. If you try to create a new audit suppression with the same token as one that already exists, an exception occurs. If you omit this value, Amazon Web Services SDKs will automatically generate a unique client request. |
description | string | undefined | The description of the audit suppression. |
expirationDate | Date | undefined | The epoch timestamp in seconds at which this suppression expires. |
suppressIndefinitely | boolean | undefined | Indicates whether a suppression should exist indefinitely or not. |
Full Signature
export interface CreateAuditSuppressionCommandInput extends CreateAuditSuppressionRequest