You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Lightsail::Types::CopySnapshotRequestWhen passing CopySnapshotRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
source_snapshot_name: "ResourceName",
source_resource_name: "string",
restore_date: "string",
use_latest_restorable_auto_snapshot: false,
target_snapshot_name: "ResourceName", source_region: "us-east-1", }
Instance Attribute Summary collapse
The date of the source automatic snapshot to copy.
The AWS Region where the source manual or automatic snapshot is located.
The name of the source instance or disk from which the source automatic snapshot was created.
The name of the source manual snapshot to copy.
The name of the new manual snapshot to be created as a copy.
A Boolean value to indicate whether to use the latest available automatic snapshot of the specified source instance or disk.
The date of the source automatic snapshot to copy. Use the get auto snapshots
operation to identify the dates of the available automatic snapshots.
Constraints:
Must be specified in YYYY-MM-DD
format.
This parameter cannot be defined together with the use latest restorable auto snapshot
parameter. The restore date
and use latest restorable auto snapshot
parameters are mutually exclusive.
Define this parameter only when copying an automatic snapshot as a manual snapshot. For more information, see the Lightsail Dev Guide.
The AWS Region where the source manual or automatic snapshot is located.
Possible values:
The name of the source instance or disk from which the source automatic snapshot was created.
Constraint:
^
#source_snapshot_name ⇒ StringThe name of the source manual snapshot to copy.
Constraint:
^
#target_snapshot_name ⇒ StringThe name of the new manual snapshot to be created as a copy.
#use_latest_restorable_auto_snapshot ⇒ BooleanA Boolean value to indicate whether to use the latest available automatic snapshot of the specified source instance or disk.
Constraints:
This parameter cannot be defined together with the restore date
parameter. The use latest restorable auto snapshot
and restore date
parameters are mutually exclusive.
Define this parameter only when copying an automatic snapshot as a manual snapshot. For more information, see the Lightsail Dev Guide.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4