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

Facet

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

A structure that contains Name, ARN, Attributes, "Rule"s, and ObjectTypes. See Facets for more information.

interface Facet {
FacetStyle?: FacetStyle | null;
Name?: string | null;
ObjectType?: ObjectType | null;
}

§Properties

§
FacetStyle?: FacetStyle | null
[src]

There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

§
Name?: string | null
[src]

The name of the "Facet".

§
ObjectType?: ObjectType | null
[src]

The object type that is associated with the facet. See "CreateFacetRequest$ObjectType" for more details.