Show / Hide Table of Contents

Class CfnClusterPropsMixin.FirehoseProperty

Firehose details for BrokerLogs.

Inheritance
object
CfnClusterPropsMixin.FirehoseProperty
Implements
CfnClusterPropsMixin.IFirehoseProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-firehose.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.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

string

Remarks

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

Enabled

Specifies whether broker logs get send to the specified Kinesis Data Firehose delivery stream.

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

object

Remarks

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

Type union: either bool or IResolvable

Implements

CfnClusterPropsMixin.IFirehoseProperty
Back to top Generated by DocFX