Show / Hide Table of Contents

Class AnalyticsApplicationOutputArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AnalyticsApplicationOutputArgs
Inherited Members
ResourceArgs.Empty
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 Source

AnalyticsApplicationOutputArgs()

Declaration
public AnalyticsApplicationOutputArgs()

Properties

View Source

Id

The ARN of the Kinesis Analytics Application.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<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 Input<AnalyticsApplicationOutputKinesisFirehoseArgs> KinesisFirehose { get; set; }
Property Value
Type Description
Input<AnalyticsApplicationOutputKinesisFirehoseArgs>
View Source

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>
View Source

Lambda

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

Declaration
public Input<AnalyticsApplicationOutputLambdaArgs> Lambda { get; set; }
Property Value
Type Description
Input<AnalyticsApplicationOutputLambdaArgs>
View Source

Name

The Name of the in-application stream.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.