Interface IDatabaseProxy.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,IDatabaseProxy,IDBProxyRef,IDBProxyRef.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IDatabaseProxy.Jsii$Proxy
- Enclosing interface:
IDatabaseProxy
@Internal
public static interface IDatabaseProxy.Jsii$Default
extends IDatabaseProxy, IResource.Jsii$Default, IDBProxyRef.Jsii$Default
Internal default implementation for
IDatabaseProxy.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.IDatabaseProxy
IDatabaseProxy.Jsii$Default, IDatabaseProxy.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.rds.IDBProxyRef
IDBProxyRef.Jsii$Default, IDBProxyRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringDB Proxy ARN.default StringDB Proxy Name.default StringEndpoint.default GrantgrantConnect(IGrantable grantee) Grant the given identity connection access to the proxy.default GrantgrantConnect(IGrantable grantee, String dbUser) Grant the given identity connection access to the proxy.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.rds.IDBProxyRef.Jsii$Default
getDbProxyRefMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDbProxyArn
DB Proxy ARN.- Specified by:
getDbProxyArnin interfaceIDatabaseProxy
-
getDbProxyName
DB Proxy Name.- Specified by:
getDbProxyNamein interfaceIDatabaseProxy
-
getEndpoint
Endpoint.- Specified by:
getEndpointin interfaceIDatabaseProxy
-
grantConnect
@Stability(Stable) @NotNull default Grant grantConnect(@NotNull IGrantable grantee, @Nullable String dbUser) Grant the given identity connection access to the proxy.Default: - if the Proxy had been provided a single Secret value, the user will be taken from that Secret
- Specified by:
grantConnectin interfaceIDatabaseProxy- Parameters:
grantee- the Principal to grant the permissions to. This parameter is required.dbUser- the name of the database user to allow connecting as to the proxy.
-
grantConnect
Grant the given identity connection access to the proxy.Default: - if the Proxy had been provided a single Secret value, the user will be taken from that Secret
- Specified by:
grantConnectin interfaceIDatabaseProxy- Parameters:
grantee- the Principal to grant the permissions to. This parameter is required.
-