interface FirehoseDestinationConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IVSChat.CfnLoggingConfiguration.FirehoseDestinationConfigurationProperty |
![]() | software.amazon.awscdk.services.ivschat.CfnLoggingConfiguration.FirehoseDestinationConfigurationProperty |
![]() | aws_cdk.aws_ivschat.CfnLoggingConfiguration.FirehoseDestinationConfigurationProperty |
![]() | @aws-cdk/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 * as ivschat from '@aws-cdk/aws-ivschat';
const firehoseDestinationConfigurationProperty: ivschat.CfnLoggingConfiguration.FirehoseDestinationConfigurationProperty = {
deliveryStreamName: 'deliveryStreamName',
};
Properties
Name | Type | Description |
---|---|---|
delivery | string | Name 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.