C# Класс 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.

Наследование: AmazonConfigServiceRequest
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
IsSetIncludeDeletedResources ( ) : bool
IsSetLimit ( ) : bool
IsSetNextToken ( ) : bool
IsSetResourceIds ( ) : bool
IsSetResourceName ( ) : bool
IsSetResourceType ( ) : bool