AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListConfigurations operation. Retrieves a list of configuration items as specified by the value passed to the required parameter configurationType. Optional filtering may be applied to refine search results.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceRequest
      Amazon.ApplicationDiscoveryService.Model.ListConfigurationsRequest

Namespace: Amazon.ApplicationDiscoveryService.Model
Assembly: AWSSDK.ApplicationDiscoveryService.dll
Version: 3.x.y.z

Syntax

C#
public class ListConfigurationsRequest : AmazonApplicationDiscoveryServiceRequest
         IAmazonWebServiceRequest

The ListConfigurationsRequest type exposes the following members

Constructors

NameDescription
Public Method ListConfigurationsRequest()

Properties

NameTypeDescription
Public Property ConfigurationType Amazon.ApplicationDiscoveryService.ConfigurationItemType

Gets and sets the property ConfigurationType.

A valid configuration identified by Application Discovery Service.

Public Property Filters System.Collections.Generic.List<Amazon.ApplicationDiscoveryService.Model.Filter>

Gets and sets the property Filters.

You can filter the request using various logical operators and a key-value format. For example:

{"key": "serverType", "value": "webServer"}

For a complete list of filter options and guidance about using them with this action, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The total number of items to return. The maximum value is 100.

Public Property NextToken System.String

Gets and sets the property NextToken.

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.

Public Property OrderBy System.Collections.Generic.List<Amazon.ApplicationDiscoveryService.Model.OrderByElement>

Gets and sets the property OrderBy.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5