Class AnalyticsApplicationOutputArgs
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 AnalyticsApplicationOutputArgs : ResourceArgs
Constructors
View SourceAnalyticsApplicationOutputArgs()
Declaration
public AnalyticsApplicationOutputArgs()
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<AnalyticsApplicationOutputKinesisFirehoseArgs> KinesisFirehose { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationOutputKinesisFirehoseArgs> |
KinesisStream
The Kinesis Stream configuration for the destination stream. Conflicts with kinesis_firehose.
See Kinesis Stream below for more details.
Declaration
public Input<AnalyticsApplicationOutputKinesisStreamArgs> KinesisStream { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationOutputKinesisStreamArgs> |
Lambda
The Lambda function destination. See Lambda below for more details.
Declaration
public Input<AnalyticsApplicationOutputLambdaArgs> Lambda { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationOutputLambdaArgs> |
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<AnalyticsApplicationOutputSchemaArgs> Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationOutputSchemaArgs> |