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.
Inheritance
Namespace: Amazon.CDK.AWS.KinesisAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class KinesisFirehoseOutputProperty : Object, CfnApplicationOutputV2.IKinesisFirehoseOutputProperty
Syntax (vb)
Public Class KinesisFirehoseOutputProperty
Inherits Object
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
Kinesis |
Properties
Resource |
The ARN of the destination delivery stream to write to. |
Constructors
KinesisFirehoseOutputProperty()
public KinesisFirehoseOutputProperty()
Properties
ResourceArn
The ARN of the destination delivery stream to write to.
public string ResourceArn { get; set; }
Property Value
System.