GetAggregateConfigRuleComplianceSummaryRequest
public struct GetAggregateConfigRuleComplianceSummaryRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration aggregator.
Declaration
Swift
public let configurationAggregatorName: String
-
Filters the results based on the ConfigRuleComplianceSummaryFilters object.
Declaration
Swift
public let filters: ConfigRuleComplianceSummaryFilters?
-
Groups the result based on ACCOUNT_ID or AWS_REGION.
Declaration
Swift
public let groupByKey: ConfigRuleComplianceSummaryGroupKey?
-
The maximum number of evaluation results returned on each page. The default is 1000. You cannot specify a number greater than 1000. 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?
-
Undocumented
Declaration
Swift
public init(configurationAggregatorName: String, filters: ConfigRuleComplianceSummaryFilters? = nil, groupByKey: ConfigRuleComplianceSummaryGroupKey? = nil, limit: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws