Interface CfnPermissions.DataLocationResourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPermissions.DataLocationResourceProperty.Jsii$Proxy
- Enclosing class:
- CfnPermissions
@Stability(Stable)
public static interface CfnPermissions.DataLocationResourceProperty
extends software.amazon.jsii.JsiiSerializable
A structure for a data location object where permissions are granted or revoked.
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.*; DataLocationResourceProperty dataLocationResourceProperty = DataLocationResourceProperty.builder() .catalogId("catalogId") .s3Resource("s3Resource") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPermissions.DataLocationResourceProperty
static final class
An implementation forCfnPermissions.DataLocationResourceProperty
-
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.
-
getS3Resource
The Amazon Resource Name (ARN) that uniquely identifies the data location resource. -
builder
-