Show / Hide Table of Contents

Class AnalyticsApplicationInputsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AnalyticsApplicationInputsArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Kinesis.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AnalyticsApplicationInputsArgs : ResourceArgs

Constructors

View Source

AnalyticsApplicationInputsArgs()

Declaration
public AnalyticsApplicationInputsArgs()

Properties

View Source

Id

The ARN of the Kinesis Analytics Application.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

KinesisFirehose

The Kinesis Firehose configuration for the streaming source. Conflicts with kinesis_stream. See Kinesis Firehose below for more details.

Declaration
public Input<AnalyticsApplicationInputsKinesisFirehoseArgs> KinesisFirehose { get; set; }
Property Value
Type Description
Input<AnalyticsApplicationInputsKinesisFirehoseArgs>
View Source

KinesisStream

The Kinesis Stream configuration for the streaming source. Conflicts with kinesis_firehose. See Kinesis Stream below for more details.

Declaration
public Input<AnalyticsApplicationInputsKinesisStreamArgs> KinesisStream { get; set; }
Property Value
Type Description
Input<AnalyticsApplicationInputsKinesisStreamArgs>
View Source

NamePrefix

The Name Prefix to use when creating an in-application stream.

Declaration
public Input<string> NamePrefix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Parallelism

The number of Parallel in-application streams to create. See Parallelism below for more details.

Declaration
public Input<AnalyticsApplicationInputsParallelismArgs> Parallelism { get; set; }
Property Value
Type Description
Input<AnalyticsApplicationInputsParallelismArgs>
View Source

ProcessingConfiguration

The Processing Configuration to transform records as they are received from the stream. See Processing Configuration below for more details.

Declaration
public Input<AnalyticsApplicationInputsProcessingConfigurationArgs> ProcessingConfiguration { get; set; }
Property Value
Type Description
Input<AnalyticsApplicationInputsProcessingConfigurationArgs>
View Source

Schema

The Schema format of the data in the streaming source. See Source Schema below for more details.

Declaration
public Input<AnalyticsApplicationInputsSchemaArgs> Schema { get; set; }
Property Value
Type Description
Input<AnalyticsApplicationInputsSchemaArgs>
View Source

StartingPositionConfigurations

Declaration
public InputList<AnalyticsApplicationInputsStartingPositionConfigurationArgs> StartingPositionConfigurations { get; set; }
Property Value
Type Description
InputList<AnalyticsApplicationInputsStartingPositionConfigurationArgs>
View Source

StreamNames

Declaration
public InputList<string> StreamNames { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.