Learn R Programming

paws.analytics (version 0.7.0)

kinesisanalyticsv2_create_application_presigned_url: Creates and returns a URL that you can use to connect to an application's extension

Description

Creates and returns a URL that you can use to connect to an application's extension.

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

Usage

kinesisanalyticsv2_create_application_presigned_url(
  ApplicationName,
  UrlType,
  SessionExpirationDurationInSeconds = NULL
)

Arguments

ApplicationName

[required] The name of the application.

UrlType

[required] The type of the extension for which to create and return a URL. Currently, the only valid extension URL type is FLINK_DASHBOARD_URL.

SessionExpirationDurationInSeconds

The duration in seconds for which the returned URL will be valid.