The input for CreateCollectionCommand.

interface CreateCollectionCommandInput {
    CollectionId: undefined | string;
    Tags?: Record<string, string>;
}

Hierarchy (view full)

Properties

Properties

CollectionId: undefined | string

ID for the collection that you are creating.

Tags?: Record<string, string>

A set of tags (key-value pairs) that you want to attach to the collection.