Show / Hide Table of Contents

Interface CfnApplicationPropsMixin.IKinesisStreamsInputProperty

Identifies a Kinesis data stream as the streaming source.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnApplicationPropsMixin.IKinesisStreamsInputProperty
Syntax (vb)
Public Interface CfnApplicationPropsMixin.IKinesisStreamsInputProperty
Remarks

You provide the stream's Amazon Resource Name (ARN).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-kinesisstreamsinput.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.CfnPropertyMixins.AWS.KinesisAnalyticsV2;

             var kinesisStreamsInputProperty = new KinesisStreamsInputProperty {
                 ResourceArn = "resourceArn"
             };

Synopsis

Properties

ResourceArn

The ARN of the input Kinesis data stream to read.

Properties

ResourceArn

The ARN of the input Kinesis data stream to read.

string? ResourceArn { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX