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

WriteEventStream

import type { WriteEventStream } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Specifies the Amazon Resource Name (ARN) of an event stream to publish events to and the AWS Identity and Access Management (IAM) role to use when publishing those events.

interface WriteEventStream {
DestinationStreamArn: string;
RoleArn: string;
}

§Properties

§
DestinationStreamArn: string
[src]

TODO: Failed to render documentation: unhandled paragraph inner tag replaceable

§
RoleArn: string
[src]

The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account.