Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetLifecyclePoliciesRequest

import type { GetLifecyclePoliciesRequest } from "https://aws-api.deno.dev/v0.4/services/dlm.ts?docs=full";
interface GetLifecyclePoliciesRequest {
PolicyIds?: string[] | null;
ResourceTypes?: ResourceTypeValues[] | null;
TagsToAdd?: string[] | null;
TargetTags?: string[] | null;
}

§Properties

§
PolicyIds?: string[] | null
[src]

The identifiers of the data lifecycle policies.

§
ResourceTypes?: ResourceTypeValues[] | null
[src]

The resource type.

§

The activation state.

§
TagsToAdd?: string[] | null
[src]

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.

§
TargetTags?: string[] | null
[src]

The target tag for a policy.

Tags are strings in the format key=value.