Last chance! 50% off unlimited learning
Sale ends in
Creates and returns a URL that you can use to connect to an application's extension. Currently, the only available extension is the Apache Flink dashboard.
The IAM role or user used to call this API defines the permissions to access the extension. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request that attempts to connect to the extension.
The URL that you get from a call to CreateApplicationPresignedUrl must be used within 3 minutes to be valid. If you first try to use the URL after the 3-minute limit expires, the service returns an HTTP 403 Forbidden error.
kinesisanalyticsv2_create_application_presigned_url(ApplicationName,
UrlType, SessionExpirationDurationInSeconds)
[required] The name of the application.
[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
.
The duration in seconds for which the returned URL will be valid.
A list with the following syntax:
list( AuthorizedUrl = "string" )
svc$create_application_presigned_url( ApplicationName = "string", UrlType = "FLINK_DASHBOARD_URL", SessionExpirationDurationInSeconds = 123 )