AwsRdsSnapshotRestoreSourceArgs
interface AwsRdsSnapshotRestoreSourceArgs {
pointInTime?: undefined;
snapshotIdentifier: Input<string>;
}Restores an Aurora cluster from a DB cluster snapshot.
Example
CODE
const source: AwsRdsSnapshotRestoreSourceArgs = { snapshotIdentifier: 'orders-snapshot' };Properties
pointInTime: undefined
Unavailable when restoring from a snapshot.
snapshotIdentifier: Input<string>
DB cluster snapshot name or ARN.