Uses of Class
software.amazon.awscdk.services.cognito.CfnUserPoolDomain.Builder
Packages that use CfnUserPoolDomain.Builder
-
Uses of CfnUserPoolDomain.Builder in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return CfnUserPoolDomain.BuilderModifier and TypeMethodDescriptionstatic CfnUserPoolDomain.BuilderCfnUserPoolDomain.Builder.customDomainConfig(IResolvable customDomainConfig) The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.CfnUserPoolDomain.Builder.customDomainConfig(CfnUserPoolDomain.CustomDomainConfigTypeProperty customDomainConfig) The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.The domain name for the custom domain that hosts the sign-up and sign-in pages for your application.CfnUserPoolDomain.Builder.userPoolId(String userPoolId) The ID of the user pool that is associated with the custom domain whose certificate you're updating.