@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.483Z") @Stability(value=Experimental) public class Database extends Resource implements IDatabase
| Modifier and Type | Class and Description |
|---|---|
static class |
Database.Builder
(experimental) A fluent builder for
Database. |
software.amazon.jsii.JsiiObject.InitializationModeIDatabase.Jsii$Default, IDatabase.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
Database(software.constructs.Construct scope,
String id,
DatabaseProps props) |
protected |
Database(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Database(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IDatabase |
fromDatabaseArn(software.constructs.Construct scope,
String id,
String databaseArn) |
String |
getCatalogArn()
(experimental) ARN of the Glue catalog in which this database is stored.
|
String |
getCatalogId()
(experimental) ID of the Glue catalog in which this database is stored.
|
String |
getDatabaseArn()
(experimental) ARN of this database.
|
String |
getDatabaseName()
(experimental) Name of this database.
|
String |
getLocationUri()
(experimental) Location URI of this database.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected Database(software.amazon.jsii.JsiiObjectRef objRef)
protected Database(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Database(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
DatabaseProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static IDatabase fromDatabaseArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String databaseArn)
scope - This parameter is required.id - This parameter is required.databaseArn - This parameter is required.@Stability(value=Experimental) @NotNull public String getCatalogArn()
getCatalogArn in interface IDatabase@Stability(value=Experimental) @NotNull public String getCatalogId()
getCatalogId in interface IDatabase@Stability(value=Experimental) @NotNull public String getDatabaseArn()
getDatabaseArn in interface IDatabase@Stability(value=Experimental) @NotNull public String getDatabaseName()
getDatabaseName in interface IDatabase@Stability(value=Experimental) @Nullable public String getLocationUri()
Copyright © 2021. All rights reserved.