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

LakeConfigurationRequest

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

Provides details of Amazon Security Lake configuration object.

interface LakeConfigurationRequest {
encryptionKey?: string | null;
replicationDestinationRegions?: Region[] | null;
replicationRoleArn?: string | null;
retentionSettings?: RetentionSetting[] | null;
tagsMap?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
encryptionKey?: string | null
[src]

The type of encryption key used by Amazon Security Lake to encrypt the Security Lake configuration object.

§
replicationDestinationRegions?: Region[] | null
[src]

Replication enables automatic, asynchronous copying of objects across Amazon S3 buckets. Amazon S3 buckets that are configured for object replication can be owned by the same Amazon Web Services account or by different accounts. You can replicate objects to a single destination bucket or to multiple destination buckets. The destination buckets can be in different Amazon Web Services Regions or within the same Region as the source bucket.

Set up one or more rollup Regions by providing the Region or Regions that should contribute to the central rollup Region.

§
replicationRoleArn?: string | null
[src]

Replication settings for the Amazon S3 buckets. This parameter uses the Identity and Access Management (IAM) role you created that is managed by Security Lake, to ensure the replication setting is correct.

§
retentionSettings?: RetentionSetting[] | null
[src]

Retention settings for the destination Amazon S3 buckets.

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

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define.