Interface CfnPrincipalPermissionsPropsMixin.IDataCellsFilterResourceProperty
A structure that describes certain columns on certain rows.
Namespace: Amazon.CDK.Mixins.Preview.AWS.LakeFormation.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnPrincipalPermissionsPropsMixin.IDataCellsFilterResourceProperty
Syntax (vb)
Public Interface CfnPrincipalPermissionsPropsMixin.IDataCellsFilterResourceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.LakeFormation.Mixins;
var dataCellsFilterResourceProperty = new DataCellsFilterResourceProperty {
DatabaseName = "databaseName",
Name = "name",
TableCatalogId = "tableCatalogId",
TableName = "tableName"
};
Synopsis
Properties
| DatabaseName | A database in the Data Catalog . |
| Name | The name given by the user to the data filter cell. |
| TableCatalogId | The ID of the catalog to which the table belongs. |
| TableName | The name of the table. |
Properties
DatabaseName
A database in the Data Catalog .
string? DatabaseName { get; }
Property Value
Remarks
Name
The name given by the user to the data filter cell.
string? Name { get; }
Property Value
Remarks
TableCatalogId
The ID of the catalog to which the table belongs.
string? TableCatalogId { get; }
Property Value
Remarks
TableName
The name of the table.
string? TableName { get; }