Class AnalyticsApplicationOutputGetArgs
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 AnalyticsApplicationOutputGetArgs : ResourceArgs
Constructors
View SourceAnalyticsApplicationOutputGetArgs()
Declaration
public AnalyticsApplicationOutputGetArgs()
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 destination stream. Conflicts with kinesis_stream.
See Kinesis Firehose below for more details.
Declaration
public Input<AnalyticsApplicationOutputKinesisFirehoseGetArgs> KinesisFirehose { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationOutputKinesisFirehoseGetArgs> |
KinesisStream
The Kinesis Stream configuration for the destination stream. Conflicts with kinesis_firehose.
See Kinesis Stream below for more details.
Declaration
public Input<AnalyticsApplicationOutputKinesisStreamGetArgs> KinesisStream { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationOutputKinesisStreamGetArgs> |
Lambda
The Lambda function destination. See Lambda below for more details.
Declaration
public Input<AnalyticsApplicationOutputLambdaGetArgs> Lambda { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationOutputLambdaGetArgs> |
Name
The Name of the in-application stream.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Schema
The Schema format of the data written to the destination. See Destination Schema below for more details.
Declaration
public Input<AnalyticsApplicationOutputSchemaGetArgs> Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationOutputSchemaGetArgs> |