Cancel Metadata Generation Run
| datazone_cancel_metadata_generation_run | R Documentation |
Cancels the metadata generation run¶
Description¶
Cancels the metadata generation run.
Prerequisites:
-
The run must exist and be in a cancelable status (e.g., SUBMITTED, IN_PROGRESS).
-
Runs in SUCCEEDED status cannot be cancelled.
-
User must have access to the run and cancel permissions.
Usage¶
datazone_cancel_metadata_generation_run(domainIdentifier, identifier)
Arguments¶
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which the metadata generation run is to be cancelled. |
identifier |
[required] The ID of the metadata generation run. |
Value¶
An empty list.
Request syntax¶
svc$cancel_metadata_generation_run(
domainIdentifier = "string",
identifier = "string"
)