@aws-sdk/client-iot

CreateAuditSuppressionCommandInput Interface

Members

Name
Type
Details
checkName Requiredstring | undefined

An audit check name. Checks must be enabled for your account. (Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration to select which checks are enabled.)

resourceIdentifier RequiredResourceIdentifier | 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