list_target_resource_types

FIS.Client.list_target_resource_types(**kwargs)

Lists the target resource types.

See also: AWS API Documentation

Request Syntax

response = client.list_target_resource_types(
    maxResults=123,
    nextToken='string'
)
Parameters
  • maxResults (integer) -- The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
  • nextToken (string) -- The token for the next page of results.
Return type

dict

Returns

Response Syntax

{
    'targetResourceTypes': [
        {
            'resourceType': 'string',
            'description': 'string'
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) --

    • targetResourceTypes (list) --

      The target resource types.

      • (dict) --

        Describes a resource type.

        • resourceType (string) --

          The resource type.

        • description (string) --

          A description of the resource type.

    • nextToken (string) --

      The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Exceptions

  • FIS.Client.exceptions.ValidationException