Interface CfnConnectorPropsMixin.FirehoseLogDeliveryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorPropsMixin.FirehoseLogDeliveryProperty.Jsii$Proxy
- Enclosing class:
CfnConnectorPropsMixin
@Stability(Stable)
public static interface CfnConnectorPropsMixin.FirehoseLogDeliveryProperty
extends software.amazon.jsii.JsiiSerializable
The settings for delivering logs to Amazon Kinesis Data Firehose.
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.kafkaconnect.*;
FirehoseLogDeliveryProperty firehoseLogDeliveryProperty = FirehoseLogDeliveryProperty.builder()
.deliveryStream("deliveryStream")
.enabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectorPropsMixin.FirehoseLogDeliveryPropertystatic final classAn implementation forCfnConnectorPropsMixin.FirehoseLogDeliveryProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeliveryStream
The name of the Kinesis Data Firehose delivery stream that is the destination for log delivery.- See Also:
-
getEnabled
Specifies whether connector logs get delivered to Amazon Kinesis Data Firehose.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-