Show / Hide Table of Contents

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
object
CfnApplicationOutputV2.KinesisFirehoseOutputProperty
Implements
CfnApplicationOutputV2.IKinesisFirehoseOutputProperty
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.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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput.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.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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput.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.KinesisAnalytics;

             var kinesisFirehoseOutputProperty = new KinesisFirehoseOutputProperty {
                 ResourceArn = "resourceArn"
             };

Properties

ResourceArn

The ARN of the destination delivery stream to write to.

public string ResourceArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput.html#cfn-kinesisanalyticsv2-applicationoutput-kinesisfirehoseoutput-resourcearn

Implements

CfnApplicationOutputV2.IKinesisFirehoseOutputProperty
Back to top Generated by DocFX