Interface ITable.Jsii$Default

All Superinterfaces:
IConstruct, software.constructs.IConstruct, IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Default, IDependable, IDependable.Jsii$Default, ITable, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ITable.Jsii$Proxy
Enclosing interface:
ITable

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

    • getNode

      @Stability(Stable) @NotNull default ConstructNode getNode()
      The construct tree node for this construct.
      Specified by:
      getNode in interface IConstruct
      Specified by:
      getNode in interface IConstruct.Jsii$Default
    • getCluster

      @Stability(Experimental) @NotNull default ICluster getCluster()
      (experimental) The cluster where the table is located.
      Specified by:
      getCluster in interface ITable
    • getDatabaseName

      @Stability(Experimental) @NotNull default String getDatabaseName()
      (experimental) The name of the database where the table is located.
      Specified by:
      getDatabaseName in interface ITable
    • getTableColumns

      @Stability(Experimental) @NotNull default List<Column> getTableColumns()
      (experimental) The columns of the table.
      Specified by:
      getTableColumns in interface ITable
    • getTableName

      @Stability(Experimental) @NotNull default String getTableName()
      (experimental) Name of the table.
      Specified by:
      getTableName in interface ITable
    • grant

      @Stability(Experimental) default void grant(@NotNull IUser user, @NotNull @NotNull TableAction... actions)
      (experimental) Grant a user privilege to access this table.

      Specified by:
      grant in interface ITable
      Parameters:
      user - This parameter is required.
      actions - This parameter is required.