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.

Before you enter a custom URL for this parameter, follow the steps described in Update your access endpoint with a custom URL.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1388

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

#endpoint_detailsTypes::WebAppEndpointDetails

The endpoint configuration for the web app. You can specify whether the web app endpoint is publicly accessible or hosted within a VPC.



1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1388

class CreateWebAppRequest < Struct.new(
  :identity_provider_details,
  :access_endpoint,
  :web_app_units,
  :tags,
  :web_app_endpoint_policy,
  :endpoint_details)
  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.

For more details about this parameter, see Configure your identity provider for Transfer Family web apps.



1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1388

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

#tagsArray<Types::Tag>

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

Returns:



1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1388

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

#web_app_endpoint_policyString

Setting for the type of endpoint policy for the web app. The default value is STANDARD.

If you are creating the web app in an Amazon Web Services GovCloud (US) Region, you can set this parameter to FIPS.

Returns:

  • (String)


1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1388

class CreateWebAppRequest < Struct.new(
  :identity_provider_details,
  :access_endpoint,
  :web_app_units,
  :tags,
  :web_app_endpoint_policy,
  :endpoint_details)
  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:



1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1388

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