Class AnalyticsApplicationInputsGetArgs
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 AnalyticsApplicationInputsGetArgs : ResourceArgs
Constructors
View SourceAnalyticsApplicationInputsGetArgs()
Declaration
public AnalyticsApplicationInputsGetArgs()
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<AnalyticsApplicationInputsKinesisFirehoseGetArgs> KinesisFirehose { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationInputsKinesisFirehoseGetArgs> |
KinesisStream
The Kinesis Stream configuration for the streaming source. Conflicts with kinesis_firehose.
See Kinesis Stream below for more details.
Declaration
public Input<AnalyticsApplicationInputsKinesisStreamGetArgs> KinesisStream { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationInputsKinesisStreamGetArgs> |
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<AnalyticsApplicationInputsParallelismGetArgs> Parallelism { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationInputsParallelismGetArgs> |
ProcessingConfiguration
The Processing Configuration to transform records as they are received from the stream. See Processing Configuration below for more details.
Declaration
public Input<AnalyticsApplicationInputsProcessingConfigurationGetArgs> ProcessingConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationInputsProcessingConfigurationGetArgs> |
Schema
The Schema format of the data in the streaming source. See Source Schema below for more details.
Declaration
public Input<AnalyticsApplicationInputsSchemaGetArgs> Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationInputsSchemaGetArgs> |
StartingPositionConfigurations
Declaration
public InputList<AnalyticsApplicationInputsStartingPositionConfigurationGetArgs> StartingPositionConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AnalyticsApplicationInputsStartingPositionConfigurationGetArgs> |
StreamNames
Declaration
public InputList<string> StreamNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |