ResilienceHubV2 / Client / list_test_templates

list_test_templates

ResilienceHubV2.Client.list_test_templates()

Lists the available resilience test templates. A test template is a pre-configured, AWS recommended test that defines which resilience capability to validate.

See also: AWS API Documentation

Request Syntax

response = client.list_test_templates()
Return type:

dict

Returns:

Response Syntax

{
    'testTemplates': [
        {
            'testTemplateArn': 'string',
            'name': 'string',
            'description': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • testTemplates (list) –

      The list of test template summaries.

      • (dict) –

        Contains summary information about a test template.

        • testTemplateArn (string) –

          The ARN of the test template.

        • name (string) –

          The name of the test template.

        • description (string) –

          A description of the test template.

Exceptions