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

ReplicationSet

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

The set of Amazon Web Services Region that your Incident Manager data will be replicated to and the KMS key used to encrypt the data.

interface ReplicationSet {
arn?: string | null;
createdBy: string;
createdTime: Date | number;
deletionProtected: boolean;
lastModifiedBy: string;
lastModifiedTime: Date | number;
regionMap: {
[key: string]: RegionInfo | null | undefined;
}
;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the replication set.

§
createdBy: string
[src]

Details about who created the replication set.

§
createdTime: Date | number
[src]

When the replication set was created.

§
deletionProtected: boolean
[src]

Determines if the replication set deletion protection is enabled or not. If deletion protection is enabled, you can't delete the last Amazon Web Services Region in the replication set.

§
lastModifiedBy: string
[src]

Who last modified the replication set.

§
lastModifiedTime: Date | number
[src]

When the replication set was last updated.

§
regionMap: {
[key: string]: RegionInfo | null | undefined;
}
[src]

The map between each Amazon Web Services Region in your replication set and the KMS key that's used to encrypt the data in that Region.

§

The status of the replication set. If the replication set is still pending, you can't use Incident Manager functionality.