Uses of Class
software.amazon.awscdk.services.amplify.BasicAuth
Packages that use BasicAuth
-
Uses of BasicAuth in software.amazon.awscdk.services.amplify
Methods in software.amazon.awscdk.services.amplify that return BasicAuthModifier and TypeMethodDescriptionBasicAuth.Builder.build()static BasicAuthBasicAuth.fromCredentials(String username, SecretValue password) (experimental) Creates a Basic Auth configuration from a username and a password.static BasicAuthBasicAuth.fromGeneratedPassword(String username) (experimental) Creates a Basic Auth configuration with a password generated in Secrets Manager.static BasicAuthBasicAuth.fromGeneratedPassword(String username, IKey encryptionKey) (experimental) Creates a Basic Auth configuration with a password generated in Secrets Manager.default BasicAuthAppProps.getBasicAuth()(experimental) The Basic Auth configuration.final BasicAuthAppProps.Jsii$Proxy.getBasicAuth()default BasicAuthAutoBranchCreation.getBasicAuth()(experimental) The Basic Auth configuration.final BasicAuthAutoBranchCreation.Jsii$Proxy.getBasicAuth()default BasicAuthBranchOptions.getBasicAuth()(experimental) The Basic Auth configuration.final BasicAuthBranchOptions.Jsii$Proxy.getBasicAuth()final BasicAuthBranchProps.Jsii$Proxy.getBasicAuth()Methods in software.amazon.awscdk.services.amplify with parameters of type BasicAuthModifier and TypeMethodDescription(experimental) The Basic Auth configuration.Sets the value ofAppProps.getBasicAuth()Sets the value ofAutoBranchCreation.getBasicAuth()(experimental) The Basic Auth configuration.Sets the value ofBranchOptions.getBasicAuth()Sets the value ofBranchOptions.getBasicAuth()