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 ProxyEndpointTargetRoleDatabaseProxyEndpointOptions.getTargetRole()A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.final ProxyEndpointTargetRoleDatabaseProxyEndpointOptions.Jsii$Proxy.getTargetRole()final ProxyEndpointTargetRoleDatabaseProxyEndpointProps.Jsii$Proxy.getTargetRole()static ProxyEndpointTargetRoleReturns 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()