Uses of Enum
software.amazon.awscdk.services.rds.ProxyEndpointTargetRole
Packages that use ProxyEndpointTargetRole
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of ProxyEndpointTargetRole in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return ProxyEndpointTargetRoleModifier and TypeMethodDescriptiondefault ProxyEndpointTargetRole
DatabaseProxyEndpointOptions.getTargetRole()
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.final ProxyEndpointTargetRole
DatabaseProxyEndpointOptions.Jsii$Proxy.getTargetRole()
final ProxyEndpointTargetRole
DatabaseProxyEndpointProps.Jsii$Proxy.getTargetRole()
static ProxyEndpointTargetRole
Returns the enum constant of this type with the specified name.static ProxyEndpointTargetRole[]
ProxyEndpointTargetRole.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 ProxyEndpointTargetRoleModifier and TypeMethodDescriptionDatabaseProxyEndpoint.Builder.targetRole
(ProxyEndpointTargetRole targetRole) A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.DatabaseProxyEndpointOptions.Builder.targetRole
(ProxyEndpointTargetRole targetRole) Sets the value ofDatabaseProxyEndpointOptions.getTargetRole()
DatabaseProxyEndpointProps.Builder.targetRole
(ProxyEndpointTargetRole targetRole) Sets the value ofDatabaseProxyEndpointOptions.getTargetRole()