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

BatchCreateObject

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

Represents the output of a "CreateObject" operation.

interface BatchCreateObject {
BatchReferenceName?: string | null;
LinkName?: string | null;
ObjectAttributeList: AttributeKeyAndValue[];
ParentReference?: ObjectReference | null;
SchemaFacet: SchemaFacet[];
}

§Properties

§
BatchReferenceName?: string | null
[src]

The batch reference name. See Transaction Support for more information.

§
LinkName?: string | null
[src]

The name of the link.

§
ObjectAttributeList: AttributeKeyAndValue[]
[src]

An attribute map, which contains an attribute ARN as 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.

§
SchemaFacet: SchemaFacet[]
[src]

A list of FacetArns that will be associated with the object. For more information, see "arns".