Class CfnChannelPropsMixin.FirehoseLogDestinationProperty
Firehose log destination details.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MSK
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnChannelPropsMixin.FirehoseLogDestinationProperty : CfnChannelPropsMixin.IFirehoseLogDestinationProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.FirehoseLogDestinationProperty Implements CfnChannelPropsMixin.IFirehoseLogDestinationProperty
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.CfnPropertyMixins.AWS.MSK;
var firehoseLogDestinationProperty = new FirehoseLogDestinationProperty {
DeliveryStream = "deliveryStream",
Enabled = false
};
Synopsis
Constructors
| FirehoseLogDestinationProperty() | Firehose log destination details. |
Properties
| DeliveryStream | The Firehose delivery stream for log delivery. |
| Enabled | Whether Firehose logging is enabled. |
Constructors
FirehoseLogDestinationProperty()
Firehose log destination details.
public FirehoseLogDestinationProperty()
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.CfnPropertyMixins.AWS.MSK;
var firehoseLogDestinationProperty = new FirehoseLogDestinationProperty {
DeliveryStream = "deliveryStream",
Enabled = false
};
Properties
DeliveryStream
The Firehose delivery stream for log delivery.
public string? DeliveryStream { get; set; }
Property Value
Remarks
Enabled
Whether Firehose logging is enabled.
public object? Enabled { get; set; }