Show / Hide Table of Contents

Class AnalyticsApplicationState

Inheritance
System.Object
InputArgs
ResourceArgs
AnalyticsApplicationState
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 AnalyticsApplicationState : ResourceArgs

Constructors

View Source

AnalyticsApplicationState()

Declaration
public AnalyticsApplicationState()

Properties

View Source

Arn

The ARN of the Kinesis Analytics Appliation.

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

CloudwatchLoggingOptions

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

Declaration
public Input<AnalyticsApplicationCloudwatchLoggingOptionsGetArgs> CloudwatchLoggingOptions { get; set; }
Property Value
Type Description
Input<AnalyticsApplicationCloudwatchLoggingOptionsGetArgs>
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

CreateTimestamp

The Timestamp when the application version was created.

Declaration
public Input<string> CreateTimestamp { 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<AnalyticsApplicationInputsGetArgs> Inputs { get; set; }
Property Value
Type Description
Input<AnalyticsApplicationInputsGetArgs>
View Source

LastUpdateTimestamp

The Timestamp when the application was last updated.

Declaration
public Input<string> LastUpdateTimestamp { get; set; }
Property Value
Type Description
Input<System.String>
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<AnalyticsApplicationOutputGetArgs> Outputs { get; set; }
Property Value
Type Description
InputList<AnalyticsApplicationOutputGetArgs>
View Source

ReferenceDataSources

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

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

Status

The Status of the application.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
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

Version

The Version of the application.

Declaration
public Input<int> Version { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.