SelectAggregateResourceConfigRequest

public struct SelectAggregateResourceConfigRequest : AWSShape
extension ConfigService.SelectAggregateResourceConfigRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the configuration aggregator.

    Declaration

    Swift

    public let configurationAggregatorName: String
  • The SQL query SELECT command.

    Declaration

    Swift

    public let expression: String
  • The maximum number of query results returned on each page.

    Declaration

    Swift

    public let limit: Int?
  • The maximum number of query results returned on each page. AWS Config also allows the Limit request parameter.

    Declaration

    Swift

    public let maxResults: Int?
  • The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(configurationAggregatorName: String, expression: String, limit: Int? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws