Uses of Class
software.amazon.awscdk.services.transfer.CfnWebApp.Builder
Packages that use CfnWebApp.Builder
Package
Description
AWS Transfer for SFTP Construct Library
-
Uses of CfnWebApp.Builder in software.amazon.awscdk.services.transfer
Methods in software.amazon.awscdk.services.transfer that return CfnWebApp.BuilderModifier and TypeMethodDescriptionCfnWebApp.Builder.accessEndpoint(String accessEndpoint) TheAccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app.static CfnWebApp.BuilderCfnWebApp.Builder.identityProviderDetails(IResolvable identityProviderDetails) You can provide a structure that contains the details for the identity provider to use with your web app.CfnWebApp.Builder.identityProviderDetails(CfnWebApp.IdentityProviderDetailsProperty identityProviderDetails) You can provide a structure that contains the details for the identity provider to use with your web app.Key-value pairs that can be used to group and search for web apps.CfnWebApp.Builder.webAppCustomization(IResolvable webAppCustomization) A structure that contains the customization fields for the web app.CfnWebApp.Builder.webAppCustomization(CfnWebApp.WebAppCustomizationProperty webAppCustomization) A structure that contains the customization fields for the web app.CfnWebApp.Builder.webAppEndpointPolicy(String webAppEndpointPolicy) Setting for the type of endpoint policy for the web app.CfnWebApp.Builder.webAppUnits(IResolvable webAppUnits) A union that contains the value for number of concurrent connections or the user sessions on your web app.CfnWebApp.Builder.webAppUnits(CfnWebApp.WebAppUnitsProperty webAppUnits) A union that contains the value for number of concurrent connections or the user sessions on your web app.