GetComplianceSummaryInput

public struct GetComplianceSummaryInput : AWSShape
extension ResourceGroupsTaggingAPI.GetComplianceSummaryInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of attributes to group the counts of noncompliant resources by. If supplied, the counts are sorted by those attributes.

    Declaration

    Swift

    public let groupBy: [GroupByAttribute]?
  • A limit that restricts the number of results that are returned per page.

    Declaration

    Swift

    public let maxResults: Int?
  • A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.

    Declaration

    Swift

    public let paginationToken: String?
  • A list of Regions to limit the output by. If you use this parameter, the count of returned noncompliant resources includes only resources in the specified Regions.

    Declaration

    Swift

    public let regionFilters: [String]?
  • The constraints on the resources that you want returned. The format of each resource type is service[:resourceType]. For example, specifying a resource type of ec2 returns all Amazon EC2 resources (which includes EC2 instances). Specifying a resource type of ec2:instance returns only EC2 instances. The string for each service name and resource type is the same as that embedded in a resource’s Amazon Resource Name (ARN). Consult the AWS General Reference for the following: For a list of service name strings, see AWS Service Namespaces. For resource type strings, see Example ARNs. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces. You can specify multiple resource types by using an array. The array can include up to 100 items. Note that the length constraint requirement applies to each resource type filter.

    Declaration

    Swift

    public let resourceTypeFilters: [String]?
  • A list of tag keys to limit the output by. If you use this parameter, the count of returned noncompliant resources includes only resources that have the specified tag keys.

    Declaration

    Swift

    public let tagKeyFilters: [String]?
  • The target identifiers (usually, specific account IDs) to limit the output by. If you use this parameter, the count of returned noncompliant resources includes only resources with the specified target IDs.

    Declaration

    Swift

    public let targetIdFilters: [String]?
  • Undocumented

    Declaration

    Swift

    public init(groupBy: [GroupByAttribute]? = nil, maxResults: Int? = nil, paginationToken: String? = nil, regionFilters: [String]? = nil, resourceTypeFilters: [String]? = nil, tagKeyFilters: [String]? = nil, targetIdFilters: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws