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

CreateCollectionDetail

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

Details about the created OpenSearch Serverless collection.

interface CreateCollectionDetail {
arn?: string | null;
createdDate?: number | null;
description?: string | null;
id?: string | null;
kmsKeyArn?: string | null;
lastModifiedDate?: number | null;
name?: string | null;
status?: CollectionStatus | null;
type?: CollectionType | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the collection.

§
createdDate?: number | null
[src]

The Epoch time when the collection was created.

§
description?: string | null
[src]

A description of the collection.

§
id?: string | null
[src]

The unique identifier of the collection.

§
kmsKeyArn?: string | null
[src]

The Amazon Resource Name (ARN) of the KMS key with which to encrypt the collection.

§
lastModifiedDate?: number | null
[src]

The date and time when the collection was last modified.

§
name?: string | null
[src]

The name of the collection.

§
status?: CollectionStatus | null
[src]

The current status of the collection.

§
type?: CollectionType | null
[src]

The type of collection.