Update the specified lifecycle policy.
See https://www.paws-r-sdk.com/docs/imagebuilder_update_lifecycle_policy/ for full documentation.
imagebuilder_update_lifecycle_policy(
lifecyclePolicyArn,
description = NULL,
status = NULL,
executionRole,
resourceType,
policyDetails,
resourceSelection,
clientToken
)
[required] The Amazon Resource Name (ARN) of the lifecycle policy resource.
Optional description for the lifecycle policy.
Indicates whether the lifecycle policy resource is enabled.
[required] The name or Amazon Resource Name (ARN) of the IAM role that Image Builder uses to update the lifecycle policy.
[required] The type of image resource that the lifecycle policy applies to.
[required] The configuration details for a lifecycle policy resource.
[required] Selection criteria for resources that the lifecycle policy applies to.
[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.