/AWS1/CL_IOT=>CREATEAUDITSUPPRESSION()
¶
About CreateAuditSuppression¶
Creates a Device Defender audit suppression.
Requires permission to access the CreateAuditSuppression action.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_CHECKNAME
TYPE /AWS1/IOTAUDITCHECKNAME
/AWS1/IOTAUDITCHECKNAME
¶
checkName
IO_RESOURCEIDENTIFIER
TYPE REF TO /AWS1/CL_IOTRESOURCEIDENTIFIER
/AWS1/CL_IOTRESOURCEIDENTIFIER
¶
resourceIdentifier
IV_CLIENTREQUESTTOKEN
TYPE /AWS1/IOTCLIENTREQUESTTOKEN
/AWS1/IOTCLIENTREQUESTTOKEN
¶
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.
Optional arguments:¶
IV_EXPIRATIONDATE
TYPE /AWS1/IOTTIMESTAMP
/AWS1/IOTTIMESTAMP
¶
The epoch timestamp in seconds at which this suppression expires.
IV_SUPPRESSINDEFINITELY
TYPE /AWS1/IOTSUPPRESSINDEFINITELY
/AWS1/IOTSUPPRESSINDEFINITELY
¶
Indicates whether a suppression should exist indefinitely or not.
IV_DESCRIPTION
TYPE /AWS1/IOTAUDITDESCRIPTION
/AWS1/IOTAUDITDESCRIPTION
¶
The description of the audit suppression.