odb / Client / create_autonomous_database_backup
create_autonomous_database_backupÂķ
- odb.Client.create_autonomous_database_backup(**kwargs)Âķ
Creates a new backup of the specified Autonomous Database.
See also: AWS API Documentation
Request Syntax
response = client.create_autonomous_database_backup( autonomousDatabaseId='string', displayName='string', retentionPeriodInDays=123, clientToken='string', tags={ 'string': 'string' } )
- Parameters:
autonomousDatabaseId (string) â
[REQUIRED]
The unique identifier of the Autonomous Database to back up.
displayName (string) â The user-friendly name for the Autonomous Database backup.
retentionPeriodInDays (integer) â The retention period, in days, for the Autonomous Database backup.
clientToken (string) â
A client-provided token to ensure the idempotency of the request.
This field is autopopulated if not provided.
tags (dict) â
The list of resource tags to apply to the Autonomous Database backup. Each tag is a key-value pair with no predefined name, type, or namespace.
(string) â
(string) â
- Return type:
dict
- Returns:
Response Syntax
{ 'displayName': 'string', 'status': 'AVAILABLE'|'FAILED'|'PROVISIONING'|'TERMINATED'|'TERMINATING'|'UPDATING'|'MAINTENANCE_IN_PROGRESS', 'statusReason': 'string', 'autonomousDatabaseBackupId': 'string' }
Response Structure
(dict) â
displayName (string) â
The user-friendly name of the Autonomous Database backup that was created.
status (string) â
The current status of the Autonomous Database backup.
statusReason (string) â
Additional information about the current status of the Autonomous Database backup, if applicable.
autonomousDatabaseBackupId (string) â
The unique identifier of the Autonomous Database backup that was created.
Exceptions
odb.Client.exceptions.ThrottlingExceptionodb.Client.exceptions.ServiceQuotaExceededExceptionodb.Client.exceptions.ValidationExceptionodb.Client.exceptions.ConflictExceptionodb.Client.exceptions.AccessDeniedExceptionodb.Client.exceptions.InternalServerExceptionodb.Client.exceptions.ResourceNotFoundException