View a markdown version of this page

SourceConfiguration - Oracle Database@AWS

SourceConfiguration

The configuration details for the source used to create an Autonomous Database. This is a union, so only one of the following members can be specified.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

cloneToRefreshable

The configuration for creating the Autonomous Database as a refreshable clone.

Type: CloneToRefreshableConfiguration object

Required: No

crossRegionDataGuard

The configuration for creating the Autonomous Database as a cross-Region Oracle Data Guard peer.

Type: CrossRegionDataGuardConfiguration object

Required: No

crossRegionDisasterRecovery

The configuration for creating the Autonomous Database as a cross-Region disaster recovery peer.

Type: CrossRegionDisasterRecoveryConfiguration object

Required: No

databaseClone

The configuration for creating the Autonomous Database as a clone of an existing database.

Type: DatabaseCloneConfiguration object

Required: No

pointInTimeRestore

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

Type: PointInTimeRestoreConfiguration object

Required: No

restoreFromBackup

The configuration for creating the Autonomous Database by restoring from a backup.

Type: RestoreFromBackupConfiguration object

Required: No

See Also

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