C# Class Amazon.ConfigService.Model.ListDiscoveredResourcesRequest

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: AmazonConfigServiceRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetIncludeDeletedResources ( ) : bool
IsSetLimit ( ) : bool
IsSetNextToken ( ) : bool
IsSetResourceIds ( ) : bool
IsSetResourceName ( ) : bool
IsSetResourceType ( ) : bool