ConfigRuleComplianceFilters

public struct ConfigRuleComplianceFilters : 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 where the data is aggregated.

    Declaration

    Swift

    public let awsRegion: String?
  • The rule compliance status. For the ConfigRuleComplianceFilters data type, AWS Config supports only COMPLIANT and NON_COMPLIANT. AWS Config does not support the NOT_APPLICABLE and the INSUFFICIENT_DATA values.

    Declaration

    Swift

    public let complianceType: ComplianceType?
  • The name of the AWS Config rule.

    Declaration

    Swift

    public let configRuleName: String?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String? = nil, awsRegion: String? = nil, complianceType: ComplianceType? = nil, configRuleName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws