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();
 

See Also: