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

FacetAttributeReference

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

The facet attribute reference that specifies the attribute definition that contains the attribute facet name and attribute name.

interface FacetAttributeReference {
TargetAttributeName: string;
TargetFacetName: string;
}

§Properties

§
TargetAttributeName: string
[src]

The target attribute name that is associated with the facet reference. See Attribute References for more information.

§
TargetFacetName: string
[src]

The target facet name that is associated with the facet reference. See Attribute References for more information.