Interface CfnChannel.FirehoseLogDestinationProperty

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

@Stability(Stable) public static interface CfnChannel.FirehoseLogDestinationProperty extends software.amazon.jsii.JsiiSerializable
Firehose log destination details.

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.msk.*;
 FirehoseLogDestinationProperty firehoseLogDestinationProperty = FirehoseLogDestinationProperty.builder()
         .enabled(false)
         // the properties below are optional
         .deliveryStream("deliveryStream")
         .build();
 

See Also: