Class: Aws::Transfer::Types::CreateWebAppRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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 'gems/aws-sdk-transfer/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

#identity_provider_detailsTypes::WebAppIdentityProviderDetails

You can provide a structure that contains the details for the identity provider to use with your web app.



1236
1237
1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-transfer/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

#tagsArray<Types::Tag>

Key-value pairs that can be used to group and search for web apps.

Returns:



1236
1237
1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-transfer/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

#web_app_unitsTypes::WebAppUnits

A union that contains the value for number of concurrent connections or the user sessions on your web app.

Returns:



1236
1237
1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-transfer/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