DatabaseCloneConfiguration
The configuration for creating an Autonomous Database as a clone of an existing database.
Contents
- cloneType
-
The type of clone to create, either a full clone, a metadata clone, or a partial clone.
Type: String
Valid Values:
FULL | METADATA | PARTIALRequired: Yes
- sourceAutonomousDatabaseId
-
The unique identifier of the source Autonomous Database to clone.
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
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: