View source: R/imagebuilder_operations.R
imagebuilder_start_resource_state_update | R Documentation |
Begin asynchronous resource state update for lifecycle changes to the specified image resources.
See https://www.paws-r-sdk.com/docs/imagebuilder_start_resource_state_update/ for full documentation.
imagebuilder_start_resource_state_update(
resourceArn,
state,
executionRole = NULL,
includeResources = NULL,
exclusionRules = NULL,
updateAt = NULL,
clientToken
)
resourceArn |
[required] The ARN of the Image Builder resource that is updated. The state update might also impact associated resources. |
state |
[required] Indicates the lifecycle action to take for this request. |
executionRole |
The name or Amazon Resource Name (ARN) of the IAM role that’s used to update image state. |
includeResources |
A list of image resources to update state for. |
exclusionRules |
Skip action on the image resource and associated resources if specified exclusion rules are met. |
updateAt |
The timestamp that indicates when resources are updated by a lifecycle action. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.