Class AnalyticsApplicationInputsArgs
Inherited Members
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 SourceAnalyticsApplicationInputsArgs()
Declaration
public AnalyticsApplicationInputsArgs()
Properties
View SourceId
The ARN of the Kinesis Analytics Application.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
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> |
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> |
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> |
StartingPositionConfigurations
Declaration
public InputList<AnalyticsApplicationInputsStartingPositionConfigurationArgs> StartingPositionConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AnalyticsApplicationInputsStartingPositionConfigurationArgs> |
StreamNames
Declaration
public InputList<string> StreamNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |