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

KinesisStreamConfig

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

Contains information about the Amazon Kinesis data stream where you are sending real-time log data.

interface KinesisStreamConfig {
RoleARN: string;
StreamARN: string;
}

§Properties

§
RoleARN: string
[src]

The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFront can use to send real-time log data to your Kinesis data stream.

For more information the IAM role, see Real-time log configuration IAM role in the Amazon CloudFront Developer Guide.

§
StreamARN: string
[src]

The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.