public static interface CfnPermissions.DatabaseResourceProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnPermissions.DatabaseResourceProperty.Builder
A builder for
CfnPermissions.DatabaseResourceProperty |
static class |
CfnPermissions.DatabaseResourceProperty.Jsii$Proxy
An implementation for
CfnPermissions.DatabaseResourceProperty |
Modifier and Type | Method and Description |
---|---|
static CfnPermissions.DatabaseResourceProperty.Builder |
builder() |
default java.lang.String |
getCatalogId()
The identifier for the Data Catalog .
|
default java.lang.String |
getName()
The name of the database resource.
|
default java.lang.String getCatalogId()
By default, it is the account ID of the caller.
default java.lang.String getName()
Unique to the Data Catalog.
static CfnPermissions.DatabaseResourceProperty.Builder builder()