Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnWebAppPropsMixin.Builder
Packages that use CfnWebAppPropsMixin.Builder
-
Uses of CfnWebAppPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.transfer
Methods in software.amazon.awscdk.cfnpropertymixins.services.transfer that return CfnWebAppPropsMixin.BuilderModifier and TypeMethodDescriptionCfnWebAppPropsMixin.Builder.accessEndpoint(String accessEndpoint) TheAccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app.static CfnWebAppPropsMixin.BuilderCfnWebAppPropsMixin.Builder.create()static CfnWebAppPropsMixin.BuilderCfnWebAppPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnWebAppPropsMixin.Builder.endpointDetails(CfnWebAppPropsMixin.EndpointDetailsProperty endpointDetails) CfnWebAppPropsMixin.Builder.endpointDetails(IResolvable endpointDetails) CfnWebAppPropsMixin.Builder.identityProviderDetails(CfnWebAppPropsMixin.IdentityProviderDetailsProperty identityProviderDetails) You can provide a structure that contains the details for the identity provider to use with your web app.CfnWebAppPropsMixin.Builder.identityProviderDetails(IResolvable 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.CfnWebAppPropsMixin.Builder.webAppCustomization(CfnWebAppPropsMixin.WebAppCustomizationProperty webAppCustomization) A structure that contains the customization fields for the web app.CfnWebAppPropsMixin.Builder.webAppCustomization(IResolvable webAppCustomization) A structure that contains the customization fields for the web app.CfnWebAppPropsMixin.Builder.webAppEndpointPolicy(String webAppEndpointPolicy) Setting for the type of endpoint policy for the web app.CfnWebAppPropsMixin.Builder.webAppUnits(CfnWebAppPropsMixin.WebAppUnitsProperty webAppUnits) A union that contains the value for number of concurrent connections or the user sessions on your web app.CfnWebAppPropsMixin.Builder.webAppUnits(IResolvable webAppUnits) A union that contains the value for number of concurrent connections or the user sessions on your web app.