Information about the destination created when you call the createDestination operation.

Export

Destination

interface Destination {
    destinationId: string;
    name: string;
    resource: DestinationResource;
}

Properties

destinationId: string

The destination identifier generated when you created the destination.

Memberof

Destination

name: string

The developer-defined name for this destination.

Memberof

Destination

Memberof

Destination