Skip to content

/AWS1/CL_EC2=>DISABLEFASTSNAPSHOTRESTORES()

About DisableFastSnapshotRestores

Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.

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.

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 is UnauthorizedOperation.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EC2DSBFASTSNAPRESTO01 /AWS1/CL_EC2DSBFASTSNAPRESTO01