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

ReplicationDetails

import type { ReplicationDetails } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Provides information about settings that define whether one or more objects in an S3 bucket are replicated to S3 buckets for other Amazon Web Services accounts and, if so, which accounts.

interface ReplicationDetails {
replicated?: boolean | null;
replicatedExternally?: boolean | null;
replicationAccounts?: string[] | null;
}

§Properties

§
replicated?: boolean | null
[src]

Specifies whether the bucket is configured to replicate one or more objects to any destination.

§
replicatedExternally?: boolean | null
[src]

Specifies whether the bucket is configured to replicate one or more objects to an Amazon Web Services account that isn't part of the same Amazon Macie organization.

§
replicationAccounts?: string[] | null
[src]

An array of Amazon Web Services account IDs, one for each Amazon Web Services account that the bucket is configured to replicate one or more objects to.