Show / Hide Table of Contents

Class AnalyticsApplicationArgs

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

Constructors

View Source

AnalyticsApplicationArgs()

Declaration
public AnalyticsApplicationArgs()

Properties

View Source

CloudwatchLoggingOptions

The CloudWatch log stream options to monitor application errors. See CloudWatch Logging Options below for more details.

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

Code

SQL Code to transform input data, and generate output.

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

Description

Description of the application.

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

Inputs

Input configuration of the application. See Inputs below for more details.

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

Name

Name of the Kinesis Analytics Application.

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

Outputs

Output destination configuration of the application. See Outputs below for more details.

Declaration
public InputList<AnalyticsApplicationOutputArgs> Outputs { get; set; }
Property Value
Type Description
InputList<AnalyticsApplicationOutputArgs>
View Source

ReferenceDataSources

An S3 Reference Data Source for the application. See Reference Data Sources below for more details.

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

Tags

Key-value map of tags for the Kinesis Analytics Application.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.