/AWS1/CL_EC2=>ENABLEFASTSNAPSHOTRESTORES()
¶
About EnableFastSnapshotRestores¶
Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.
You get the full benefit of fast snapshot restores after they enter the enabled
state.
To get the current state of fast snapshot restores, use DescribeFastSnapshotRestores.
To disable fast snapshot restores, use DisableFastSnapshotRestores.
For more information, see Amazon EBS fast snapshot restore in the Amazon EBS User Guide.
Method Signature¶
IMPORTING¶
Required arguments:¶
IT_AVAILABILITYZONES
TYPE /AWS1/CL_EC2AZSTRINGLIST_W=>TT_AVAILABILITYZONESTRINGLIST
TT_AVAILABILITYZONESTRINGLIST
¶
One or more Availability Zones. For example,
us-east-2a
.
IT_SOURCESNAPSHOTIDS
TYPE /AWS1/CL_EC2SNAPIDSTRINGLIST_W=>TT_SNAPSHOTIDSTRINGLIST
TT_SNAPSHOTIDSTRINGLIST
¶
The IDs of one or more snapshots. For example,
snap-1234567890abcdef0
. You can specify a snapshot that was shared with you from another Amazon Web Services account.
Optional arguments:¶
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.