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

TypedLinkFacet

import type { TypedLinkFacet } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";

Defines the typed links structure and its attributes. To create a typed link facet, use the "CreateTypedLinkFacet" API.

interface TypedLinkFacet {
IdentityAttributeOrder: string[];
Name: string;
}

§Properties

§

A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.

§
IdentityAttributeOrder: string[]
[src]

The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See "ListOutgoingTypedLinks" and "ListIncomingTypedLinks" for details.

§
Name: string
[src]

The unique name of the typed link facet.