get_recovery_point
(**kwargs)¶Returns information about a recovery point.
See also: AWS API Documentation
Request Syntax
response = client.get_recovery_point(
recoveryPointId='string'
)
[REQUIRED]
The unique identifier of the recovery point to return information for.
{
'recoveryPoint': {
'namespaceArn': 'string',
'namespaceName': 'string',
'recoveryPointCreateTime': datetime(2015, 1, 1),
'recoveryPointId': 'string',
'totalSizeInMegaBytes': 123.0,
'workgroupName': 'string'
}
}
Response Structure
The returned recovery point object.
The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.
The name of the namespace the recovery point is associated with.
The time the recovery point is created.
The unique identifier of the recovery point.
The total size of the data in the recovery point in megabytes.
The name of the workgroup the recovery point is associated with.
Exceptions
RedshiftServerless.Client.exceptions.InternalServerException
RedshiftServerless.Client.exceptions.ResourceNotFoundException
RedshiftServerless.Client.exceptions.ConflictException
RedshiftServerless.Client.exceptions.ValidationException