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

AddRegionAction

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

Defines the Amazon Web Services Region and KMS key to add to the replication set.

interface AddRegionAction {
regionName: string;
sseKmsKeyId?: string | null;
}

§Properties

§
regionName: string
[src]

The Amazon Web Services Region name to add to the replication set.

§
sseKmsKeyId?: string | null
[src]

The KMS key ID to use to encrypt your replication set.