Uses of Interface
software.amazon.awscdk.services.docdb.Login
Packages that use Login
-
Uses of Login in software.amazon.awscdk.services.docdb
Classes in software.amazon.awscdk.services.docdb that implement LoginMethods in software.amazon.awscdk.services.docdb that return LoginModifier and TypeMethodDescriptionLogin.Builder.build()
Builds the configured instance.DatabaseClusterProps.getMasterUser()
Username and password for the administrative user.final Login
DatabaseClusterProps.Jsii$Proxy.getMasterUser()
Methods in software.amazon.awscdk.services.docdb with parameters of type LoginModifier and TypeMethodDescriptionDatabaseCluster.Builder.masterUser
(Login masterUser) Username and password for the administrative user.DatabaseClusterProps.Builder.masterUser
(Login masterUser) Sets the value ofDatabaseClusterProps.getMasterUser()