Show / Hide Table of Contents

Class CfnPipe.FirehoseLogDestinationProperty

Represents the Amazon Data Firehose logging configuration settings for the pipe.

Inheritance
object
CfnPipe.FirehoseLogDestinationProperty
Implements
CfnPipe.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.AWS.Pipes
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPipe.FirehoseLogDestinationProperty : CfnPipe.IFirehoseLogDestinationProperty
Syntax (vb)
Public Class CfnPipe.FirehoseLogDestinationProperty Implements CfnPipe.IFirehoseLogDestinationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-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.AWS.Pipes;

             var firehoseLogDestinationProperty = new FirehoseLogDestinationProperty {
                 DeliveryStreamArn = "deliveryStreamArn"
             };

Synopsis

Constructors

FirehoseLogDestinationProperty()

Represents the Amazon Data Firehose logging configuration settings for the pipe.

Properties

DeliveryStreamArn

The Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.

Constructors

FirehoseLogDestinationProperty()

Represents the Amazon Data Firehose logging configuration settings for the pipe.

public FirehoseLogDestinationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-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.AWS.Pipes;

             var firehoseLogDestinationProperty = new FirehoseLogDestinationProperty {
                 DeliveryStreamArn = "deliveryStreamArn"
             };

Properties

DeliveryStreamArn

The Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.

public string? DeliveryStreamArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-firehoselogdestination.html#cfn-pipes-pipe-firehoselogdestination-deliverystreamarn

Implements

CfnPipe.IFirehoseLogDestinationProperty
Back to top Generated by DocFX