Interface CfnChannelPropsMixin.FirehoseLogDestinationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.FirehoseLogDestinationProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static interface CfnChannelPropsMixin.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.cfnpropertymixins.services.msk.*;
FirehoseLogDestinationProperty firehoseLogDestinationProperty = FirehoseLogDestinationProperty.builder()
.deliveryStream("deliveryStream")
.enabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPropsMixin.FirehoseLogDestinationPropertystatic final classAn implementation forCfnChannelPropsMixin.FirehoseLogDestinationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeliveryStream
The Firehose delivery stream for log delivery.- See Also:
-
getEnabled
Whether Firehose logging is enabled.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-