aws-cdk-lib.aws_dynamodb.CfnTable.KinesisStreamSpecificationProperty

interface KinesisStreamSpecificationProperty

LanguageType name
.NETAmazon.CDK.AWS.DynamoDB.CfnTable.KinesisStreamSpecificationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdynamodb#CfnTable_KinesisStreamSpecificationProperty
Javasoftware.amazon.awscdk.services.dynamodb.CfnTable.KinesisStreamSpecificationProperty
Pythonaws_cdk.aws_dynamodb.CfnTable.KinesisStreamSpecificationProperty
TypeScript aws-cdk-lib » aws_dynamodb » CfnTable » KinesisStreamSpecificationProperty

The Kinesis Data Streams configuration for the specified table.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dynamodb as dynamodb } from 'aws-cdk-lib';
const kinesisStreamSpecificationProperty: dynamodb.CfnTable.KinesisStreamSpecificationProperty = {
  streamArn: 'streamArn',
};

Properties

NameTypeDescription
streamArnstringThe ARN for a specific Kinesis data stream.

streamArn

Type: string

The ARN for a specific Kinesis data stream.

Length Constraints: Minimum length of 37. Maximum length of 1024.