/AWS1/CL_IOT=>UPDATEACCOUNTAUDITCONF()
¶
About UpdateAccountAuditConfiguration¶
Configures or reconfigures the Device Defender audit settings for this account. Settings include how audit notifications are sent and which audit checks are enabled or disabled.
Requires permission to access the UpdateAccountAuditConfiguration action.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_ROLEARN
TYPE /AWS1/IOTROLEARN
/AWS1/IOTROLEARN
¶
The Amazon Resource Name (ARN) of the role that grants permission to IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.
IT_AUDITNOTIFTARGETCONFS
TYPE /AWS1/CL_IOTAUDITNOTIFTARGET=>TT_AUDITNOTIFTARGETCONFS
TT_AUDITNOTIFTARGETCONFS
¶
Information about the targets to which audit notifications are sent.
IT_AUDITCHECKCONFIGURATIONS
TYPE /AWS1/CL_IOTAUDITCHECKCONF=>TT_AUDITCHECKCONFIGURATIONS
TT_AUDITCHECKCONFIGURATIONS
¶
Specifies which audit checks are enabled and disabled for this account. Use
DescribeAccountAuditConfiguration
to see the list of all checks, including those that are currently enabled.Some data collection might start immediately when certain checks are enabled. When a check is disabled, any data collected so far in relation to the check is deleted.
You cannot disable a check if it's used by any scheduled audit. You must first delete the check from the scheduled audit or delete the scheduled audit itself.
On the first call to
UpdateAccountAuditConfiguration
, this parameter is required and must specify at least one enabled check.