/AWS1/CL_FCS=>STOPRESOURCE()
¶
About StopResource¶
Stops a resource.
The resource undergoes the following states: CREATE_STOPPING
and
CREATE_STOPPED
. You cannot resume a resource once it has been
stopped.
This operation can be applied to the following resources (and their corresponding child resources):
-
Dataset Import Job
-
Predictor Job
-
Forecast Job
-
Forecast Export Job
-
Predictor Backtest Export Job
-
Explainability Job
-
Explainability Export Job
Method Signature¶
IMPORTING¶
Required arguments:¶
iv_resourcearn
TYPE /AWS1/FCSARN
/AWS1/FCSARN
¶
The Amazon Resource Name (ARN) that identifies the resource to stop. The supported ARNs are
DatasetImportJobArn
,PredictorArn
,PredictorBacktestExportJobArn
,ForecastArn
,ForecastExportJobArn
,ExplainabilityArn
, andExplainabilityExportArn
.
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->/aws1/if_fcs~stopresource( |string| ).