AccountAuditConfigurationArgs

data class AccountAuditConfigurationArgs(val accountId: Output<String>? = null, val auditCheckConfigurations: Output<AccountAuditConfigurationAuditCheckConfigurationsArgs>? = null, val auditNotificationTargetConfigurations: Output<AccountAuditConfigurationAuditNotificationTargetConfigurationsArgs>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<AccountAuditConfigurationArgs>

Configures the Device Defender audit settings for this account. Settings include how audit notifications are sent and which audit checks are enabled or disabled.

Constructors

Link copied to clipboard
constructor(accountId: Output<String>? = null, auditCheckConfigurations: Output<AccountAuditConfigurationAuditCheckConfigurationsArgs>? = null, auditNotificationTargetConfigurations: Output<AccountAuditConfigurationAuditNotificationTargetConfigurationsArgs>? = null, roleArn: Output<String>? = null)

Properties

Link copied to clipboard
val accountId: Output<String>? = null

Your 12-digit account ID (used as the primary identifier for the CloudFormation resource).

Link copied to clipboard

Specifies which audit checks are enabled and disabled for this account. 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. To disable a check, set the value of the Enabled: key to false . If an enabled check is removed from the template, it will also be disabled. You can't disable a check if it's used by any scheduled audit. You must delete the check from the scheduled audit or delete the scheduled audit itself to disable the check. For more information on avialbe auidt checks see AWS::IoT::AccountAuditConfiguration AuditCheckConfigurations

Link copied to clipboard

Information about the targets to which audit notifications are sent.

Link copied to clipboard
val roleArn: Output<String>? = null

The ARN of the role that grants permission to AWS IoT to access information about your devices, policies, certificates and other items as required when performing an audit.

Functions

Link copied to clipboard
open override fun toJava(): AccountAuditConfigurationArgs