DescribeConfigurationAggregatorSourcesStatusRequest

public struct DescribeConfigurationAggregatorSourcesStatusRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let configurationAggregatorName: String
  • The maximum number of AggregatorSourceStatus returned on each page. The default is maximum. 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?
  • Filters the status type. Valid value FAILED indicates errors while moving data. Valid value SUCCEEDED indicates the data was successfully moved. Valid value OUTDATED indicates the data is not the most recent.

    Declaration

    Swift

    public let updateStatus: [AggregatedSourceStatusType]?
  • Undocumented

    Declaration

    Swift

    public init(configurationAggregatorName: String, limit: Int? = nil, nextToken: String? = nil, updateStatus: [AggregatedSourceStatusType]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws