AggregateComplianceByConfigRule

public struct AggregateComplianceByConfigRule : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The 12-digit account ID of the source account.

    Declaration

    Swift

    public let accountId: String?
  • The source region from where the data is aggregated.

    Declaration

    Swift

    public let awsRegion: String?
  • Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance.

    Declaration

    Swift

    public let compliance: Compliance?
  • The name of the AWS Config rule.

    Declaration

    Swift

    public let configRuleName: String?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String? = nil, awsRegion: String? = nil, compliance: Compliance? = nil, configRuleName: String? = nil)