Gets summary information about all or the specified data lifecycle policies.
dlm_get_lifecycle_policies(PolicyIds, State, ResourceTypes, TargetTags,
TagsToAdd)The identifiers of the data lifecycle policies.
The activation state.
The resource type.
The target tag for a policy.
Tags are strings in the format key=value.
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.
svc$get_lifecycle_policies(
PolicyIds = list(
"string"
),
State = "ENABLED"|"DISABLED"|"ERROR",
ResourceTypes = list(
"VOLUME"
),
TargetTags = list(
"string"
),
TagsToAdd = list(
"string"
)
)
To get complete information about a policy, use GetLifecyclePolicy.