Learn R Programming

paws.storage (version 0.1.11)

dlm_delete_lifecycle_policy: Deletes the specified lifecycle policy and halts the automated operations that the policy specified

Description

Deletes the specified lifecycle policy and halts the automated operations that the policy specified.

Usage

dlm_delete_lifecycle_policy(PolicyId)

Arguments

PolicyId

[required] The identifier of the lifecycle policy.

Value

An empty list.

Request syntax

svc$delete_lifecycle_policy(
  PolicyId = "string"
)