Uses of Enum
software.amazon.awscdk.services.rds.DefaultAuthScheme
Packages that use DefaultAuthScheme
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DefaultAuthScheme in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return DefaultAuthSchemeModifier and TypeMethodDescriptiondefault DefaultAuthSchemeDatabaseProxyOptions.getDefaultAuthScheme()The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.final DefaultAuthSchemeDatabaseProxyOptions.Jsii$Proxy.getDefaultAuthScheme()final DefaultAuthSchemeDatabaseProxyProps.Jsii$Proxy.getDefaultAuthScheme()static DefaultAuthSchemeReturns the enum constant of this type with the specified name.static DefaultAuthScheme[]DefaultAuthScheme.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.rds with parameters of type DefaultAuthSchemeModifier and TypeMethodDescriptionDatabaseProxy.Builder.defaultAuthScheme(DefaultAuthScheme defaultAuthScheme) The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.DatabaseProxyOptions.Builder.defaultAuthScheme(DefaultAuthScheme defaultAuthScheme) Sets the value ofDatabaseProxyOptions.getDefaultAuthScheme()DatabaseProxyProps.Builder.defaultAuthScheme(DefaultAuthScheme defaultAuthScheme) Sets the value ofDatabaseProxyOptions.getDefaultAuthScheme()