Learn R Programming

paws.analytics (version 0.7.0)

kinesisanalyticsv2_describe_application_version: Provides a detailed description of a specified version of the application

Description

Provides a detailed description of a specified version of the application. To see a list of all the versions of an application, invoke the list_application_versions operation.

See https://www.paws-r-sdk.com/docs/kinesisanalyticsv2_describe_application_version/ for full documentation.

Usage

kinesisanalyticsv2_describe_application_version(
  ApplicationName,
  ApplicationVersionId
)

Arguments

ApplicationName

[required] The name of the application for which you want to get the version description.

ApplicationVersionId

[required] The ID of the application version for which you want to get the description.