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

LakeConfigurationResponse

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

Provides details of Amazon Security Lake lake configuration object.

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

§Properties

§
encryptionKey?: string | null
[src]

The type of encryption key used by secure 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 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.

§
s3BucketArn?: string | null
[src]

Amazon Resource Names (ARNs) uniquely identify Amazon Web Services resources. Security Lake requires an ARN when you need to specify a resource unambiguously across all of Amazon Web Services, such as in IAM policies, Amazon Relational Database Service (Amazon RDS) tags, and API calls.

§
status?: settingsStatus | null
[src]

Retrieves the status of the configuration operation for an account in Amazon Security Lake.

§
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.