Interface DatabaseProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatabaseProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-17T14:54:30.023Z")
@Stability(Deprecated)
@Deprecated
public interface DatabaseProps
extends software.amazon.jsii.JsiiSerializable
Deprecated.
Example:
Database.Builder.create(this, "MyDatabase")
.databaseName("my_database")
.description("my_database_description")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classDeprecated.static final classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic DatabaseProps.Builderbuilder()Deprecated.default ICatalogDeprecated.default StringDeprecated.default StringDeprecated.default StringDeprecated.default RemovalPolicyDeprecated.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCatalog
Deprecated.(deprecated) The catalog in which the database will be placed.Default: The default, account-wide catalog.
-
getDatabaseName
Deprecated.(deprecated) The name of the database.Default: - generated by CDK.
-
getDescription
Deprecated.(deprecated) A description of the database.Default: - no database description
-
getLocationUri
Deprecated.(deprecated) The location of the database (for example, an HDFS path).Default: undefined. This field is optional in AWS::Glue::Database DatabaseInput
- See Also:
-
getRemovalPolicy
Deprecated.(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
-
builder
Deprecated.- Returns:
- a
DatabaseProps.BuilderofDatabaseProps
-