@Stability(value=Stable)
public static interface CfnPermissions.DatabaseResourceProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getCatalogId()
`CfnPermissions.DatabaseResourceProperty.CatalogId`.
|
default String |
getName()
The name of the database resource.
|
@Stability(value=Stable) @Nullable default String getCatalogId()
@Stability(value=Stable) @Nullable default String getName()
Unique to the Data Catalog.
@Stability(value=Stable) static CfnPermissions.DatabaseResourceProperty.Builder builder()
Copyright © 2022. All rights reserved.