Module: AWSCDK::RDS::DefaultAuthScheme
- Defined in:
- rds/default_auth_scheme.rb
Overview
The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.
Constant Summary collapse
- IAM_AUTH =
Deprecated.Note:
Default:
IAM authentication.
Jsii::Enum.new("aws-cdk-lib.aws_rds.DefaultAuthScheme", "IAM_AUTH")
- NONE =
Deprecated.Note:
Default:
No default authentication.
Jsii::Enum.new("aws-cdk-lib.aws_rds.DefaultAuthScheme", "NONE")