Class DatabaseProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.DatabaseProps.Jsii$Proxy
All Implemented Interfaces:
DatabaseProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
DatabaseProps

@Stability(Deprecated) @Deprecated @Internal public static final class DatabaseProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatabaseProps
Deprecated.
An implementation for DatabaseProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.alpha.DatabaseProps

    DatabaseProps.Builder, DatabaseProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the DatabaseProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Deprecated.
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final ICatalog
    Deprecated.
    (deprecated) The catalog in which the database will be placed.
    final String
    Deprecated.
    (deprecated) The name of the database.
    final String
    Deprecated.
    (deprecated) A description of the database.
    final String
    Deprecated.
    (deprecated) The location of the database (for example, an HDFS path).
    Deprecated.
    (deprecated) Policy to apply when the database is removed from the stack.
    final int
    Deprecated.
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Deprecated.
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(DatabaseProps.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the DatabaseProps.Builder.
  • Method Details

    • getCatalog

      public final ICatalog getCatalog()
      Deprecated.
      Description copied from interface: DatabaseProps
      (deprecated) The catalog in which the database will be placed.

      Default: The default, account-wide catalog.

      Specified by:
      getCatalog in interface DatabaseProps
    • getDatabaseName

      public final String getDatabaseName()
      Deprecated.
      Description copied from interface: DatabaseProps
      (deprecated) The name of the database.

      Default: - generated by CDK.

      Specified by:
      getDatabaseName in interface DatabaseProps
    • getDescription

      public final String getDescription()
      Deprecated.
      Description copied from interface: DatabaseProps
      (deprecated) A description of the database.

      Default: - no database description

      Specified by:
      getDescription in interface DatabaseProps
    • getLocationUri

      public final String getLocationUri()
      Deprecated.
      Description copied from interface: DatabaseProps
      (deprecated) The location of the database (for example, an HDFS path).

      Default: undefined. This field is optional in AWS::Glue::Database DatabaseInput

      Specified by:
      getLocationUri in interface DatabaseProps
      See Also:
    • getRemovalPolicy

      public final RemovalPolicy getRemovalPolicy()
      Deprecated.
      Description copied from interface: DatabaseProps
      (deprecated) Policy to apply when the database is removed from the stack.

      A database is a container for tables and their metadata, so it is retained by default to avoid accidental data loss when it is removed from a stack.

      Default: RemovalPolicy.RETAIN

      Specified by:
      getRemovalPolicy in interface DatabaseProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Deprecated.
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object