ListConfigurationsRequest
Types
Properties
Link copied to clipboard
A valid configuration identified by Application Discovery Service.
Link copied to clipboard
The total number of items to return. The maximum value is 100.
Link copied to clipboard
Token to retrieve the next set of results. For example, if a previous call to ListConfigurations returned 100 items, but you set ListConfigurationsRequest$maxResults
to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.
Link copied to clipboard
Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.
Functions
Link copied to clipboard
inline fun copy(block: ListConfigurationsRequest.Builder.() -> Unit = {}): ListConfigurationsRequest