Class CfnClusterPropsMixin.FirehoseProperty
Firehose details for BrokerLogs.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MSK.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClusterPropsMixin.FirehoseProperty : CfnClusterPropsMixin.IFirehoseProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.FirehoseProperty Implements CfnClusterPropsMixin.IFirehoseProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MSK.Mixins;
var firehoseProperty = new FirehoseProperty {
DeliveryStream = "deliveryStream",
Enabled = false
};
Synopsis
Constructors
| FirehoseProperty() | Firehose details for BrokerLogs. |
Properties
| DeliveryStream | The Kinesis Data Firehose delivery stream that is the destination for broker logs. |
| Enabled | Specifies whether broker logs get send to the specified Kinesis Data Firehose delivery stream. |
Constructors
FirehoseProperty()
Firehose details for BrokerLogs.
public FirehoseProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MSK.Mixins;
var firehoseProperty = new FirehoseProperty {
DeliveryStream = "deliveryStream",
Enabled = false
};
Properties
DeliveryStream
The Kinesis Data Firehose delivery stream that is the destination for broker logs.
public string? DeliveryStream { get; set; }
Property Value
Remarks
Enabled
Specifies whether broker logs get send to the specified Kinesis Data Firehose delivery stream.
public object? Enabled { get; set; }