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

EventStream

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

Specifies settings for publishing event data to an Amazon Kinesis data stream or an Amazon Kinesis Data Firehose delivery stream.

interface EventStream {
ApplicationId: string;
DestinationStreamArn: string;
ExternalId?: string | null;
LastModifiedDate?: string | null;
LastUpdatedBy?: string | null;
RoleArn: string;
}

§Properties

§
ApplicationId: string
[src]

The unique identifier for the application to publish event data for.

§
DestinationStreamArn: string
[src]

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

§
ExternalId?: string | null
[src]

(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy. Amazon Pinpoint previously used this value to assume an IAM role when publishing event data, but we removed this requirement. We don't recommend use of external IDs for IAM roles that are assumed by Amazon Pinpoint.

§
LastModifiedDate?: string | null
[src]

The date, in ISO 8601 format, when the event stream was last modified.

§
LastUpdatedBy?: string | null
[src]

The IAM user who last modified the event stream.

§
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.