Class IDatabaseProxy.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.IDatabaseProxy.Jsii$Proxy
All Implemented Interfaces:
IEnvironmentAware, IEnvironmentAware.Jsii$Default, IDBProxyRef, IDBProxyRef.Jsii$Default, IResource, IResource.Jsii$Default, IDatabaseProxy, IDatabaseProxy.Jsii$Default, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default
Enclosing interface:
IDatabaseProxy

@Internal public static final class IDatabaseProxy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IDatabaseProxy.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • grantConnect

      @Stability(Stable) @NotNull public final Grant grantConnect(@NotNull IGrantable grantee)
      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:
      grantConnect in interface IDatabaseProxy
      Specified by:
      grantConnect in interface IDatabaseProxy.Jsii$Default
      Parameters:
      grantee - the Principal to grant the permissions to. This parameter is required.