aws-cdk-lib.aws_ivschat.CfnLoggingConfiguration.FirehoseDestinationConfigurationProperty

interface FirehoseDestinationConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.IVSChat.CfnLoggingConfiguration.FirehoseDestinationConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsivschat#CfnLoggingConfiguration_FirehoseDestinationConfigurationProperty
Javasoftware.amazon.awscdk.services.ivschat.CfnLoggingConfiguration.FirehoseDestinationConfigurationProperty
Pythonaws_cdk.aws_ivschat.CfnLoggingConfiguration.FirehoseDestinationConfigurationProperty
TypeScript aws-cdk-lib » aws_ivschat » CfnLoggingConfiguration » FirehoseDestinationConfigurationProperty

The FirehoseDestinationConfiguration property type specifies a Kinesis Firehose location where chat logs will be stored.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ivschat as ivschat } from 'aws-cdk-lib';
const firehoseDestinationConfigurationProperty: ivschat.CfnLoggingConfiguration.FirehoseDestinationConfigurationProperty = {
  deliveryStreamName: 'deliveryStreamName',
};

Properties

NameTypeDescription
deliveryStreamNamestringName of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.

deliveryStreamName

Type: string

Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.