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

AttributeKey

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

A unique identifier for an attribute.

interface AttributeKey {
FacetName: string;
Name: string;
SchemaArn: string;
}

§Properties

§
FacetName: string
[src]

The name of the facet that the attribute exists within.

§
Name: string
[src]

The name of the attribute.

§
SchemaArn: string
[src]

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.