class Aws::DLM::Types::GetLifecyclePoliciesRequest
@note When making an API call, you may pass GetLifecyclePoliciesRequest
data as a hash: { policy_ids: ["PolicyId"], state: "ENABLED", # accepts ENABLED, DISABLED, ERROR resource_types: ["VOLUME"], # accepts VOLUME, INSTANCE target_tags: ["TagFilter"], tags_to_add: ["TagFilter"], }
@!attribute [rw] policy_ids
The identifiers of the data lifecycle policies. @return [Array<String>]
@!attribute [rw] state
The activation state. @return [String]
@!attribute [rw] resource_types
The resource type. @return [Array<String>]
@!attribute [rw] target_tags
The target tag for a policy. Tags are strings in the format `key=value`. @return [Array<String>]
@!attribute [rw] tags_to_add
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 Amazon Web Services-added lifecycle tags. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/dlm-2018-01-12/GetLifecyclePoliciesRequest AWS API Documentation
Constants
- SENSITIVE