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 DescribeConfigurations operation. Retrieves attributes for a list of configuration item IDs.

All of the supplied IDs must be for the same asset type from one of the following:

Output fields are specific to the asset type specified. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, number of network cards, etc.

For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeConfigurationsRequest : AmazonApplicationDiscoveryServiceRequest
         IAmazonWebServiceRequest

The DescribeConfigurationsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConfigurationIds System.Collections.Generic.List<System.String>

Gets and sets the property ConfigurationIds.

One or more configuration IDs.

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