Interface ICluster.Jsii$Default

All Superinterfaces:
ICluster, software.constructs.IConstruct, software.constructs.IConstruct.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:
ICluster.Jsii$Proxy
Enclosing interface:
ICluster

@Internal public static interface ICluster.Jsii$Default extends ICluster, IResource.Jsii$Default
Internal default implementation for ICluster.
  • Method Details

    • getClusterArn

      @Stability(Experimental) @NotNull default String getClusterArn()
      (experimental) Arn of the cluster.
      Specified by:
      getClusterArn in interface ICluster
    • getClusterEndpoint

      @Stability(Experimental) @NotNull default String getClusterEndpoint()
      (experimental) Connection endpoint for the cluster.
      Specified by:
      getClusterEndpoint in interface ICluster
    • getClusterIdentifier

      @Stability(Experimental) @NotNull default String getClusterIdentifier()
      (experimental) Identifier of the cluster.
      Specified by:
      getClusterIdentifier in interface ICluster
    • getVpcEndpointServiceName

      @Stability(Experimental) @NotNull default String getVpcEndpointServiceName()
      (experimental) VPC endpoint service name for the cluster.
      Specified by:
      getVpcEndpointServiceName in interface ICluster
    • grant

      @Stability(Experimental) @NotNull default Grant grant(@NotNull IGrantable grantee, @NotNull String... actions)
      (experimental) Grant the given identity the specified actions.

      Specified by:
      grant in interface ICluster
      Parameters:
      grantee - the identity to be granted the actions. This parameter is required.
      actions - the data-access actions. This parameter is required.
      See Also:
    • grantConnect

      @Stability(Experimental) @NotNull default Grant grantConnect(@NotNull IGrantable grantee)
      (experimental) Grant the given identity permission to connect to the database.

      [disable-awslint:no-grants]

      Specified by:
      grantConnect in interface ICluster
      Parameters:
      grantee - This parameter is required.
    • grantConnectAdmin

      @Stability(Experimental) @NotNull default Grant grantConnectAdmin(@NotNull IGrantable grantee)
      (experimental) Grant the given identity permission to connect to the database with admin role.

      [disable-awslint:no-grants]

      Specified by:
      grantConnectAdmin in interface ICluster
      Parameters:
      grantee - This parameter is required.