Class CfnPipe.FirehoseLogDestinationProperty
Represents the Amazon Data Firehose logging configuration settings for the pipe.
Inheritance
System.Object
CfnPipe.FirehoseLogDestinationProperty
Implements
Namespace: Amazon.CDK.AWS.Pipes
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FirehoseLogDestinationProperty : Object, CfnPipe.IFirehoseLogDestinationProperty
Syntax (vb)
Public Class FirehoseLogDestinationProperty
Inherits Object
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() |
Properties
DeliveryStreamArn | The Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records. |
Constructors
FirehoseLogDestinationProperty()
public FirehoseLogDestinationProperty()
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
System.String