Interface CfnPrincipalPermissions.DatabaseResourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPrincipalPermissions.DatabaseResourceProperty.Jsii$Proxy
- Enclosing class:
CfnPrincipalPermissions
@Stability(Stable)
public static interface CfnPrincipalPermissions.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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPrincipalPermissions.DatabaseResourceProperty
static final class
An implementation forCfnPrincipalPermissions.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.
- See Also:
-
getName
The name of the database resource.Unique to the Data Catalog.
- See Also:
-
builder
-