Interface CfnPrincipalPermissions.DataCellsFilterResourceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPrincipalPermissions.DataCellsFilterResourceProperty.Jsii$Proxy
Enclosing class:
CfnPrincipalPermissions

@Stability(Stable) public static interface CfnPrincipalPermissions.DataCellsFilterResourceProperty extends software.amazon.jsii.JsiiSerializable
A structure that describes certain columns on certain rows.

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.*;
 DataCellsFilterResourceProperty dataCellsFilterResourceProperty = DataCellsFilterResourceProperty.builder()
         .databaseName("databaseName")
         .name("name")
         .tableCatalogId("tableCatalogId")
         .tableName("tableName")
         .build();