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

CreateObjectRequest

import type { CreateObjectRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface CreateObjectRequest {
DirectoryArn: string;
LinkName?: string | null;
ObjectAttributeList?: AttributeKeyAndValue[] | null;
ParentReference?: ObjectReference | null;
SchemaFacets: SchemaFacet[];
}

§Properties

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) that is associated with the "Directory" in which the object will be created. For more information, see "arns".

§
LinkName?: string | null
[src]

The name of link that is used to attach this object to a parent.

§
ObjectAttributeList?: AttributeKeyAndValue[] | null
[src]

The attribute map whose attribute ARN contains the key and attribute value as the map value.

§
ParentReference?: ObjectReference | null
[src]

If specified, the parent reference to which this object will be attached.

§
SchemaFacets: SchemaFacet[]
[src]

A list of schema facets to be associated with the object. Do not provide minor version components. See "SchemaFacet" for details.