paws.storage (version 0.1.0)

dlm_get_lifecycle_policies: Gets summary information about all or the specified data lifecycle policies

Description

Gets summary information about all or the specified data lifecycle policies.

Usage

dlm_get_lifecycle_policies(PolicyIds, State, ResourceTypes, TargetTags,
  TagsToAdd)

Arguments

PolicyIds

The identifiers of the data lifecycle policies.

State

The activation state.

ResourceTypes

The resource type.

TargetTags

The target tag for a policy.

Tags are strings in the format key=value.

TagsToAdd

The tags to add to objects created by the policy.

Tags are strings in the format key=value.

These user-defined tags are added in addition to the AWS-added lifecycle tags.

Request syntax

svc$get_lifecycle_policies(
  PolicyIds = list(
    "string"
  ),
  State = "ENABLED"|"DISABLED"|"ERROR",
  ResourceTypes = list(
    "VOLUME"
  ),
  TargetTags = list(
    "string"
  ),
  TagsToAdd = list(
    "string"
  )
)

Details

To get complete information about a policy, use GetLifecyclePolicy.