Show / Hide Table of Contents

Class AnalyticsApplicationOutput

Inheritance
System.Object
AnalyticsApplicationOutput
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AnalyticsApplicationOutput

Fields

View Source

Id

The ARN of the Kinesis Analytics Application.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

KinesisFirehose

The Kinesis Firehose configuration for the destination stream. Conflicts with kinesis_stream. See Kinesis Firehose below for more details.

Declaration
public readonly AnalyticsApplicationOutputKinesisFirehose KinesisFirehose
Field Value
Type Description
AnalyticsApplicationOutputKinesisFirehose
View Source

KinesisStream

The Kinesis Stream configuration for the destination stream. Conflicts with kinesis_firehose. See Kinesis Stream below for more details.

Declaration
public readonly AnalyticsApplicationOutputKinesisStream KinesisStream
Field Value
Type Description
AnalyticsApplicationOutputKinesisStream
View Source

Lambda

The Lambda function destination. See Lambda below for more details.

Declaration
public readonly AnalyticsApplicationOutputLambda Lambda
Field Value
Type Description
AnalyticsApplicationOutputLambda
View Source

Name

The Name of the in-application stream.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Schema

The Schema format of the data written to the destination. See Destination Schema below for more details.

Declaration
public readonly AnalyticsApplicationOutputSchema Schema
Field Value
Type Description
AnalyticsApplicationOutputSchema
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.