dlm_update_lifecycle_policy: Updates the specified lifecycle policy

View source: R/dlm_operations.R

dlm_update_lifecycle_policyR Documentation

Updates the specified lifecycle policy

Description

Updates the specified lifecycle policy.

See https://www.paws-r-sdk.com/docs/dlm_update_lifecycle_policy/ for full documentation.

Usage

dlm_update_lifecycle_policy(
  PolicyId,
  ExecutionRoleArn = NULL,
  State = NULL,
  Description = NULL,
  PolicyDetails = NULL
)

Arguments

PolicyId

[required] The identifier of the lifecycle policy.

ExecutionRoleArn

The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.

State

The desired activation state of the lifecycle policy after creation.

Description

A description of the lifecycle policy.

PolicyDetails

The configuration of the lifecycle policy. You cannot update the policy type or the resource type.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.