View a markdown version of this page

PointInTimeRestoreConfiguration - Oracle Database@AWS

PointInTimeRestoreConfiguration

The configuration for creating an Autonomous Database by restoring to a point in time.

Contents

cloneType

The type of clone to create from the point-in-time restore.

Type: String

Valid Values: FULL | METADATA | PARTIAL

Required: Yes

sourceAutonomousDatabaseId

The unique identifier of the source Autonomous Database to restore from.

Type: String

Length Constraints: Minimum length of 6. Maximum length of 2048.

Pattern: (arn:(?:aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[a-z0-9-]+:[a-z0-9-]*:[0-9]+:[a-z0-9-]+/[a-zA-Z0-9_~.-]{6,64}|[a-zA-Z0-9_~.-]{6,64})

Required: Yes

cloneTableSpaceList

The list of tablespace identifiers to clone from the point-in-time restore.

Type: Array of integers

Required: No

timestamp

The date and time to which to restore the Autonomous Database.

Type: Timestamp

Required: No

useLatestAvailableBackupTimestamp

Indicates whether to use the latest available backup timestamp for the restore.

Type: Boolean

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: