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

UpdateResiliencyPolicyRequest

import type { UpdateResiliencyPolicyRequest } from "https://aws-api.deno.dev/v0.4/services/resiliencehub.ts?docs=full";
interface UpdateResiliencyPolicyRequest {
dataLocationConstraint?: DataLocationConstraint | null;
policy?: [key in DisruptionType]: FailurePolicy | null | undefined | null;
policyArn: string;
policyDescription?: string | null;
policyName?: string | null;
tier?: ResiliencyPolicyTier | null;
}

§Properties

§
dataLocationConstraint?: DataLocationConstraint | null
[src]

Specifies a high-level geographical location constraint for where your resilience policy data can be stored.

§
policy?: [key in DisruptionType]: FailurePolicy | null | undefined | null
[src]

The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.

§
policyArn: string
[src]

The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.

§
policyDescription?: string | null
[src]

The description for the policy.

§
policyName?: string | null
[src]

The name of the policy

§

The tier for this resiliency policy, ranging from the highest severity (MissionCritical) to lowest (NonCritical).