DescribeAccountAuditConfigurationResponse
public struct DescribeAccountAuditConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Which audit checks are enabled and disabled for this account.
Declaration
Swift
public let auditCheckConfigurations: [String : AuditCheckConfiguration]?
-
Information about the targets to which audit notifications are sent for this account.
Declaration
Swift
public let auditNotificationTargetConfigurations: [AuditNotificationType : AuditNotificationTarget]?
-
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. On the first call to UpdateAccountAuditConfiguration, this parameter is required.
Declaration
Swift
public let roleArn: String?
-
Undocumented
Declaration
Swift
public init(auditCheckConfigurations: [String : AuditCheckConfiguration]? = nil, auditNotificationTargetConfigurations: [AuditNotificationType : AuditNotificationTarget]? = nil, roleArn: String? = nil)