Interface CfnLoggingConfigurationPropsMixin.FirehoseDestinationConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLoggingConfigurationPropsMixin.FirehoseDestinationConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnLoggingConfigurationPropsMixin

@Stability(Stable) public static interface CfnLoggingConfigurationPropsMixin.FirehoseDestinationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.ivschat.*;
 FirehoseDestinationConfigurationProperty firehoseDestinationConfigurationProperty = FirehoseDestinationConfigurationProperty.builder()
         .deliveryStreamName("deliveryStreamName")
         .build();
 

See Also: