View source: R/imagebuilder_operations.R
imagebuilder_update_lifecycle_policy | R Documentation |
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
)
lifecyclePolicyArn |
[required] The Amazon Resource Name (ARN) of the lifecycle policy resource. |
description |
Optional description for the lifecycle policy. |
status |
Indicates whether the lifecycle policy resource is enabled. |
executionRole |
[required] The name or Amazon Resource Name (ARN) of the IAM role that Image Builder uses to update the lifecycle policy. |
resourceType |
[required] The type of image resource that the lifecycle policy applies to. |
policyDetails |
[required] The configuration details for a lifecycle policy resource. |
resourceSelection |
[required] Selection criteria for resources that the lifecycle policy applies to. |
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.