Cancel Lifecycle Execution
imagebuilder_cancel_lifecycle_execution | R Documentation |
Cancel a specific image lifecycle policy runtime instance¶
Description¶
Cancel a specific image lifecycle policy runtime instance.
Usage¶
imagebuilder_cancel_lifecycle_execution(lifecycleExecutionId,
clientToken)
Arguments¶
lifecycleExecutionId |
[required] Identifies the specific runtime instance of the image lifecycle to cancel. |
clientToken |
[required] Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference. |
Value¶
A list with the following syntax:
list(
lifecycleExecutionId = "string"
)
Request syntax¶
svc$cancel_lifecycle_execution(
lifecycleExecutionId = "string",
clientToken = "string"
)