Backup / Client / get_restore_testing_inferred_metadata

get_restore_testing_inferred_metadata#

Backup.Client.get_restore_testing_inferred_metadata(**kwargs)#

This request returns the minimal required set of metadata needed to start a restore job with secure default settings. BackupVaultName and RecoveryPointArn are required parameters. BackupVaultAccountId is an optional parameter.

See also: AWS API Documentation

Request Syntax

response = client.get_restore_testing_inferred_metadata(
    BackupVaultAccountId='string',
    BackupVaultName='string',
    RecoveryPointArn='string'
)
Parameters:
  • BackupVaultAccountId (string) – This is the account ID of the specified backup vault.

  • BackupVaultName (string) –

    [REQUIRED]

    The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web ServicesRegion where they are created. They consist of letters, numbers, and hyphens.

  • RecoveryPointArn (string) –

    [REQUIRED]

    An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

Return type:

dict

Returns:

Response Syntax

{
    'InferredMetadata': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    • InferredMetadata (dict) –

      This is a string map of the metadata inferred from the request.

      • (string) –

        • (string) –

Exceptions