Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-datacellsfilterresource.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-datacellsfilterresource.html#cfn-lakeformation-principalpermissions-datacellsfilterresource-databasename

Name

The name given by the user to the data filter cell.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-datacellsfilterresource.html#cfn-lakeformation-principalpermissions-datacellsfilterresource-name

TableCatalogId

The ID of the catalog to which the table belongs.

string? TableCatalogId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-datacellsfilterresource.html#cfn-lakeformation-principalpermissions-datacellsfilterresource-tablecatalogid

TableName

The name of the table.

string? TableName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-principalpermissions-datacellsfilterresource.html#cfn-lakeformation-principalpermissions-datacellsfilterresource-tablename

Back to top Generated by DocFX