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

MemberSpecification

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

Basic metadata used to construct a new member.

interface MemberSpecification {
accountId: string;
displayName: string;
memberAbilities: MemberAbility[];
}

§Properties

§
accountId: string
[src]

The identifier used to reference members of the collaboration. Currently only supports AWS Account ID.

§
displayName: string
[src]

The member's display name.

§
memberAbilities: MemberAbility[]
[src]

The abilities granted to the collaboration member.