Interface CfnPermissions.DatabaseResourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPermissions.DatabaseResourceProperty.Jsii$Proxy
- Enclosing class:
CfnPermissions
@Stability(Stable)
public static interface CfnPermissions.DatabaseResourceProperty
extends software.amazon.jsii.JsiiSerializable
A structure for the database object.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.lakeformation.*; DatabaseResourceProperty databaseResourceProperty = DatabaseResourceProperty.builder() .catalogId("catalogId") .name("name") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPermissions.DatabaseResourceProperty
static final class
An implementation forCfnPermissions.DatabaseResourceProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCatalogId
The identifier for the Data Catalog .By default, it is the account ID of the caller.
-
getName
The name of the database resource.Unique to the Data Catalog.
-
builder
-