AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which
only supports SQL applications. Version 2 of the API supports SQL and Java applications.
For more information about version 2, see Amazon
Kinesis Data Analytics API V2 Documentation.
Provides a description of the application, including the application Amazon Resource Name (ARN), status, latest version, and input and output configuration.
Namespace: Amazon.KinesisAnalytics.Model
Assembly: AWSSDK.KinesisAnalytics.dll
Version: 3.x.y.z
public class ApplicationDetail
The ApplicationDetail type exposes the following members
Name | Description | |
---|---|---|
ApplicationDetail() |
Name | Type | Description | |
---|---|---|---|
ApplicationARN | System.String |
Gets and sets the property ApplicationARN. ARN of the application. |
|
ApplicationCode | System.String |
Gets and sets the property ApplicationCode. Returns the application code that you provided to perform data analysis on any of the in-application streams in your application. |
|
ApplicationDescription | System.String |
Gets and sets the property ApplicationDescription. Description of the application. |
|
ApplicationName | System.String |
Gets and sets the property ApplicationName. Name of the application. |
|
ApplicationStatus | Amazon.KinesisAnalytics.ApplicationStatus |
Gets and sets the property ApplicationStatus. Status of the application. |
|
ApplicationVersionId | System.Int64 |
Gets and sets the property ApplicationVersionId. Provides the current application version. |
|
CloudWatchLoggingOptionDescriptions | System.Collections.Generic.List<Amazon.KinesisAnalytics.Model.CloudWatchLoggingOptionDescription> |
Gets and sets the property CloudWatchLoggingOptionDescriptions. Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs. |
|
CreateTimestamp | System.DateTime |
Gets and sets the property CreateTimestamp. Time stamp when the application version was created. |
|
InputDescriptions | System.Collections.Generic.List<Amazon.KinesisAnalytics.Model.InputDescription> |
Gets and sets the property InputDescriptions. Describes the application input configuration. For more information, see Configuring Application Input. |
|
LastUpdateTimestamp | System.DateTime |
Gets and sets the property LastUpdateTimestamp. Time stamp when the application was last updated. |
|
OutputDescriptions | System.Collections.Generic.List<Amazon.KinesisAnalytics.Model.OutputDescription> |
Gets and sets the property OutputDescriptions. Describes the application output configuration. For more information, see Configuring Application Output. |
|
ReferenceDataSourceDescriptions | System.Collections.Generic.List<Amazon.KinesisAnalytics.Model.ReferenceDataSourceDescription> |
Gets and sets the property ReferenceDataSourceDescriptions. Describes reference data sources configured for the application. For more information, see Configuring Application Input. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5