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

CreateLifecyclePolicyRequest

import type { CreateLifecyclePolicyRequest } from "https://aws-api.deno.dev/v0.4/services/dlm.ts?docs=full";
interface CreateLifecyclePolicyRequest {
Description: string;
ExecutionRoleArn: string;
PolicyDetails: PolicyDetails;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description: string
[src]

A description of the lifecycle policy. The characters ^[0-9A-Za-z _-]+$ are supported.

§
ExecutionRoleArn: string
[src]

The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.

§
PolicyDetails: PolicyDetails
[src]

The configuration details of the lifecycle policy.

§

The desired activation state of the lifecycle policy after creation.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags to apply to the lifecycle policy during creation.