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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPrincipalPermissions.DataCellsFilterResourcePropertystatic final classAn implementation forCfnPrincipalPermissions.DataCellsFilterResourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatabaseName
A database in the Data Catalog .- See Also:
-
getName
The name given by the user to the data filter cell.- See Also:
-
getTableCatalogId
The ID of the catalog to which the table belongs.- See Also:
-
getTableName
The name of the table.- See Also:
-
builder
-