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

CreateCollaborationInput

import type { CreateCollaborationInput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface CreateCollaborationInput {
creatorDisplayName: string;
creatorMemberAbilities: MemberAbility[];
dataEncryptionMetadata?: DataEncryptionMetadata | null;
description: string;
name: string;
}

§Properties

§
creatorDisplayName: string
[src]

The display name of the collaboration creator.

§
creatorMemberAbilities: MemberAbility[]
[src]

The abilities granted to the collaboration creator.

§
dataEncryptionMetadata?: DataEncryptionMetadata | null
[src]

The settings for client-side encryption with Cryptographic Computing for Clean Rooms.

§
description: string
[src]

A description of the collaboration provided by the collaboration owner.

§

A list of initial members, not including the creator. This list is immutable.

§
name: string
[src]

The display name for a collaboration.

§

An indicator as to whether query logging has been enabled or disabled for the collaboration.