Show / Hide Table of Contents

Class CfnChannelPropsMixin.FirehoseLogDestinationProperty

Firehose log destination details.

Inheritance
object
CfnChannelPropsMixin.FirehoseLogDestinationProperty
Implements
CfnChannelPropsMixin.IFirehoseLogDestinationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-channel-firehoselogdestination.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-channel-firehoselogdestination.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-channel-firehoselogdestination.html#cfn-msk-channel-firehoselogdestination-deliverystream

Enabled

Whether Firehose logging is enabled.

public object? Enabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-channel-firehoselogdestination.html#cfn-msk-channel-firehoselogdestination-enabled

Type union: either bool or IResolvable

Implements

CfnChannelPropsMixin.IFirehoseLogDestinationProperty
Back to top Generated by DocFX