Class: Aws::Transfer::Types::CreateWebAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::CreateWebAppRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_endpoint ⇒ String
The ‘AccessEndpoint` is the URL that you provide to your users for them to interact with the Transfer Family web app.
-
#identity_provider_details ⇒ Types::WebAppIdentityProviderDetails
You can provide a structure that contains the details for the identity provider to use with your web app.
-
#tags ⇒ Array<Types::Tag>
Key-value pairs that can be used to group and search for web apps.
-
#web_app_units ⇒ Types::WebAppUnits
A union that contains the value for number of concurrent connections or the user sessions on your web app.
Instance Attribute Details
permalink #access_endpoint ⇒ String
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.
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 |
permalink #identity_provider_details ⇒ Types::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 '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 |
permalink #tags ⇒ Array<Types::Tag>
Key-value pairs that can be used to group and search for web apps.
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 |
permalink #web_app_units ⇒ Types::WebAppUnits
A union that contains the value for number of concurrent connections or the user sessions on your web app.
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 |