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

CreateReplicationSetInput

import type { CreateReplicationSetInput } from "https://aws-api.deno.dev/v0.4/services/ssmincidents.ts?docs=full";
interface CreateReplicationSetInput {
clientToken?: string | null;
regions: {
[key: string]: RegionMapInputValue | null | undefined;
}
;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientToken?: string | null
[src]

A token that ensures that the operation is called only once with the specified details.

§
regions: {
[key: string]: RegionMapInputValue | null | undefined;
}
[src]

The Regions that Incident Manager replicates your data to. You can have up to three Regions in your replication set.

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

A list of tags to add to the replication set.