Interface CfnLoggingConfiguration.FirehoseDestinationConfigurationProperty

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

@Stability(Stable) public static interface CfnLoggingConfiguration.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.services.ivschat.*;
 FirehoseDestinationConfigurationProperty firehoseDestinationConfigurationProperty = FirehoseDestinationConfigurationProperty.builder()
         .deliveryStreamName("deliveryStreamName")
         .build();
 

See Also: