Class CfnApplicationOutputV2.KinesisFirehoseOutputProperty
For a SQL-based Kinesis Data Analytics application, when configuring application output, identifies a Kinesis Data Firehose delivery stream as the destination.
Inherited Members
Namespace: Amazon.CDK.AWS.KinesisAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApplicationOutputV2.KinesisFirehoseOutputProperty : CfnApplicationOutputV2.IKinesisFirehoseOutputProperty
Syntax (vb)
Public Class CfnApplicationOutputV2.KinesisFirehoseOutputProperty Implements CfnApplicationOutputV2.IKinesisFirehoseOutputProperty
Remarks
You provide the stream Amazon Resource Name (ARN) of the delivery stream.
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.KinesisAnalytics;
var kinesisFirehoseOutputProperty = new KinesisFirehoseOutputProperty {
ResourceArn = "resourceArn"
};
Synopsis
Constructors
KinesisFirehoseOutputProperty() | For a SQL-based Kinesis Data Analytics application, when configuring application output, identifies a Kinesis Data Firehose delivery stream as the destination. |
Properties
ResourceArn | The ARN of the destination delivery stream to write to. |
Constructors
KinesisFirehoseOutputProperty()
For a SQL-based Kinesis Data Analytics application, when configuring application output, identifies a Kinesis Data Firehose delivery stream as the destination.
public KinesisFirehoseOutputProperty()
Remarks
You provide the stream Amazon Resource Name (ARN) of the delivery stream.
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.KinesisAnalytics;
var kinesisFirehoseOutputProperty = new KinesisFirehoseOutputProperty {
ResourceArn = "resourceArn"
};
Properties
ResourceArn
The ARN of the destination delivery stream to write to.
public string ResourceArn { get; set; }