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

CreateSafetyRuleRequest

import type { CreateSafetyRuleRequest } from "https://aws-api.deno.dev/v0.4/services/route53recoverycontrolconfig.ts?docs=full";

The request body that you include when you create a safety rule.

interface CreateSafetyRuleRequest {
AssertionRule?: NewAssertionRule | null;
ClientToken?: string | null;
GatingRule?: NewGatingRule | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AssertionRule?: NewAssertionRule | null
[src]

The assertion rule requested.

§
ClientToken?: string | null
[src]

A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.

§
GatingRule?: NewGatingRule | null
[src]

The gating rule requested.

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

The tags associated with the safety rule.