Class CfnPipe.FirehoseLogDestinationProperty
Represents the Amazon Data Firehose logging configuration settings for the pipe.
Implements
Inherited Members
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
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
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; }