AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the ListDiscoveredResources operation. Accepts a resource type and returns a list of resource identifiers for the resources of that type. A resource identifier includes the resource type, ID, and (if available) the custom resource name. The results consist of resources that AWS Config has discovered, including those that AWS Config is not currently recording. You can narrow the results to include only resources that have specific resource IDs or a resource name. You can specify either resource IDs or a resource name but not both in the same request.

The response is paginated, and by default AWS Config lists 100 resource identifiers on each page. You can customize this number with the limit parameter. The response includes a nextToken string, and to get the next page of results, run the request again and enter this string for the nextToken parameter.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ConfigService.AmazonConfigServiceRequest
      Amazon.ConfigService.Model.ListDiscoveredResourcesRequest

Namespace: Amazon.ConfigService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ListDiscoveredResourcesRequest : AmazonConfigServiceRequest
         IRequestEvents

The ListDiscoveredResourcesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property IncludeDeletedResources System.Boolean Gets and sets the property IncludeDeletedResources.

Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.

Public Property Limit System.Int32 Gets and sets the property Limit.

The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.

Public Property NextToken System.String Gets and sets the property NextToken.

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Public Property ResourceIds System.Collections.Generic.List<System.String> Gets and sets the property ResourceIds.

The IDs of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.

Public Property ResourceName System.String Gets and sets the property ResourceName.

The custom name of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.

Public Property ResourceType Amazon.ConfigService.ResourceType Gets and sets the property ResourceType.

The type of resources that you want AWS Config to list in the response.

Version Information

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