Cancel Metadata Generation Run
datazone_cancel_metadata_generation_run | R Documentation |
Cancels the metadata generation run¶
Description¶
Cancels the metadata generation run.
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"
)