imagebuilder_start_resource_state_update: Begin asynchronous resource state update for lifecycle...

View source: R/imagebuilder_operations.R

imagebuilder_start_resource_state_updateR Documentation

Begin asynchronous resource state update for lifecycle changes to the specified image resources

Description

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.

Usage

imagebuilder_start_resource_state_update(
  resourceArn,
  state,
  executionRole = NULL,
  includeResources = NULL,
  exclusionRules = NULL,
  updateAt = NULL,
  clientToken
)

Arguments

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.


paws.compute documentation built on May 29, 2024, 9:16 a.m.