GetAggregateComplianceDetailsByConfigRuleRequest
public struct GetAggregateComplianceDetailsByConfigRuleRequest : 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
-
The resource compliance status. For the GetAggregateComplianceDetailsByConfigRuleRequest data type, AWS Config supports only the COMPLIANT and NON_COMPLIANT. AWS Config does not support the NOT_APPLICABLE and INSUFFICIENT_DATA values.
Declaration
Swift
public let complianceType: ComplianceType?
-
The name of the AWS Config rule for which you want compliance information.
Declaration
Swift
public let configRuleName: String
-
The name of the configuration aggregator.
Declaration
Swift
public let configurationAggregatorName: String
-
The maximum number of evaluation results returned on each page. The default is 50. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
Declaration
Swift
public let limit: Int?
-
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Declaration
Swift
public let nextToken: String?
-
init(accountId:awsRegion:complianceType:configRuleName:configurationAggregatorName:limit:nextToken:)
Undocumented
Declaration
Swift
public init(accountId: String, awsRegion: String, complianceType: ComplianceType? = nil, configRuleName: String, configurationAggregatorName: String, limit: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws