aws-cdk-lib.aws_dynamodb.CfnGlobalTable.KinesisStreamSpecificationProperty

interface KinesisStreamSpecificationProperty

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

The Kinesis Data Streams configuration for the specified global table replica.

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.CfnGlobalTable.KinesisStreamSpecificationProperty = {
  streamArn: 'streamArn',
};

Properties

NameTypeDescription
streamArnstringThe ARN for a specific Kinesis data stream.

streamArn

Type: string

The ARN for a specific Kinesis data stream.