Uses of Enum
software.amazon.awscdk.services.rds.ClientPasswordAuthType
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of ClientPasswordAuthType in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptiondefault ClientPasswordAuthType
DatabaseProxyOptions.getClientPasswordAuthType()
Specifies the details of authentication used by a proxy to log in as a specific database user.final ClientPasswordAuthType
DatabaseProxyOptions.Jsii$Proxy.getClientPasswordAuthType()
final ClientPasswordAuthType
DatabaseProxyProps.Jsii$Proxy.getClientPasswordAuthType()
static ClientPasswordAuthType
Returns the enum constant of this type with the specified name.static ClientPasswordAuthType[]
ClientPasswordAuthType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDatabaseProxy.Builder.clientPasswordAuthType
(ClientPasswordAuthType clientPasswordAuthType) Specifies the details of authentication used by a proxy to log in as a specific database user.DatabaseProxyOptions.Builder.clientPasswordAuthType
(ClientPasswordAuthType clientPasswordAuthType) Sets the value ofDatabaseProxyOptions.getClientPasswordAuthType()
DatabaseProxyProps.Builder.clientPasswordAuthType
(ClientPasswordAuthType clientPasswordAuthType) Sets the value ofDatabaseProxyOptions.getClientPasswordAuthType()