Class AnalyticsApplicationState
Inherited Members
Namespace: Pulumi.Aws.Kinesis
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AnalyticsApplicationState : ResourceArgs
Constructors
View SourceAnalyticsApplicationState()
Declaration
public AnalyticsApplicationState()
Properties
View SourceArn
The ARN of the Kinesis Analytics Appliation.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Code
SQL Code to transform input data, and generate output.
Declaration
public Input<string> Code { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CreateTimestamp
The Timestamp when the application version was created.
Declaration
public Input<string> CreateTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Description of the application.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
LastUpdateTimestamp
The Timestamp when the application was last updated.
Declaration
public Input<string> LastUpdateTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the Kinesis Analytics Application.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
Status
The Status of the application.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Version
The Version of the application.
Declaration
public Input<int> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |