You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalyticsV2::Types::CreateApplicationPresignedUrlRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateApplicationPresignedUrlRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  application_name: "ApplicationName", # required
  url_type: "FLINK_DASHBOARD_URL", # required, accepts FLINK_DASHBOARD_URL
  session_expiration_duration_in_seconds: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of the application.

Returns:

  • (String)

    The name of the application.

#session_expiration_duration_in_secondsInteger

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

Returns:

  • (Integer)

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

#url_typeString

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

Possible values:

  • FLINK_DASHBOARD_URL

Returns:

  • (String)

    The type of the extension for which to create and return a URL.