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

AwsKinesisStreamDetails

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

Provides information about an Amazon Kinesis data stream.

interface AwsKinesisStreamDetails {
Arn?: string | null;
Name?: string | null;
RetentionPeriodHours?: number | null;
ShardCount?: number | null;
StreamEncryption?: AwsKinesisStreamStreamEncryptionDetails | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the Kinesis data stream.

§
Name?: string | null
[src]

The name of the Kinesis stream. If you don't specify a name, CloudFront generates a unique physical ID and uses that ID for the stream name.

§
RetentionPeriodHours?: number | null
[src]

The number of hours for the data records that are stored in shards to remain accessible.

§
ShardCount?: number | null
[src]

The number of shards that the stream uses.

§

When specified, enables or updates server-side encryption using an KMS key for a specified stream. Removing this property from your stack template and updating your stack disables encryption.