Method: Aws::Transfer::Types::CreateWebAppRequest#access_endpoint

Defined in:
lib/aws-sdk-transfer/types.rb

#access_endpointString

The ‘AccessEndpoint` is the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.

Returns:

  • (String)


1236
1237
1238
1239
1240
1241
1242
1243
# File 'lib/aws-sdk-transfer/types.rb', line 1236

class CreateWebAppRequest < Struct.new(
  :identity_provider_details,
  :access_endpoint,
  :web_app_units,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end