Method: Aws::Transfer::Types::CreateWebAppRequest#identity_provider_details
- Defined in:
- lib/aws-sdk-transfer/types.rb
#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 |