Class AnalyticsApplicationArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AnalyticsApplicationArgs : ResourceArgs
Constructors
View SourceAnalyticsApplicationArgs()
Declaration
public AnalyticsApplicationArgs()
Properties
View SourceCloudwatchLoggingOptions
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> |
Code
SQL Code to transform input data, and generate output.
Declaration
public Input<string> Code { 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<AnalyticsApplicationInputsArgs> Inputs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationInputsArgs> |
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<AnalyticsApplicationOutputArgs> Outputs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<AnalyticsApplicationOutputArgs> |
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> |
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> |