/AWS1/IF_BUP=>DELETEBACKUPACCESSPOINT()¶
About DeleteBackupAccessPoint¶
Deletes a backup access point. This deletes the underlying Amazon S3 access point and, if no other backup access points remain for the recovery point, resumes lifecycle transitions for that recovery point.
Always delete backup access points using this operation rather than deleting the underlying Amazon S3 access point directly.
Method Signature¶
METHODS /AWS1/IF_BUP~DELETEBACKUPACCESSPOINT
IMPORTING
!IV_ACCESSPOINTARN TYPE /AWS1/BUPACCESSPOINTARN OPTIONAL
RAISING
/AWS1/CX_BUPINVPARAMVALUEEX
/AWS1/CX_BUPINVALIDREQUESTEX
/AWS1/CX_BUPMISSINGPARAMVALEX
/AWS1/CX_BUPRESOURCENOTFOUNDEX
/AWS1/CX_BUPSERVICEUNAVAILEX
/AWS1/CX_BUPCLIENTEXC
/AWS1/CX_BUPSERVEREXC
/AWS1/CX_RT_TECHNICAL_GENERIC
/AWS1/CX_RT_SERVICE_GENERIC.
IMPORTING¶
Required arguments:¶
iv_accesspointarn TYPE /AWS1/BUPACCESSPOINTARN /AWS1/BUPACCESSPOINTARN¶
The Amazon Resource Name (ARN) of the backup access point to delete.
Examples¶
Syntax Example¶
This is an example of the syntax for calling the method. It includes every possible argument and initializes every possible value. The data provided is not necessarily semantically accurate (for example the value "string" may be provided for something that is intended to be an instance ID, or in some cases two arguments may be mutually exclusive). The syntax shows the ABAP syntax for creating the various data structures.
lo_client->deletebackupaccesspoint( |string| ).