AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.ApplicationDetail

Namespace: Amazon.KinesisAnalytics.Model
Assembly: AWSSDK.KinesisAnalytics.dll
Version: 3.x.y.z

Syntax

C#
public class ApplicationDetail

The ApplicationDetail type exposes the following members

Constructors

NameDescription
Public Method ApplicationDetail()

Properties

NameTypeDescription
Public Property ApplicationARN System.String

Gets and sets the property ApplicationARN.

ARN of the application.

Public Property 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.

Public Property ApplicationDescription System.String

Gets and sets the property ApplicationDescription.

Description of the application.

Public Property ApplicationName System.String

Gets and sets the property ApplicationName.

Name of the application.

Public Property ApplicationStatus Amazon.KinesisAnalytics.ApplicationStatus

Gets and sets the property ApplicationStatus.

Status of the application.

Public Property ApplicationVersionId System.Int64

Gets and sets the property ApplicationVersionId.

Provides the current application version.

Public Property 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.

Public Property CreateTimestamp System.DateTime

Gets and sets the property CreateTimestamp.

Time stamp when the application version was created.

Public Property 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.

Public Property LastUpdateTimestamp System.DateTime

Gets and sets the property LastUpdateTimestamp.

Time stamp when the application was last updated.

Public Property 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.

Public Property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5