aws-cdk-lib.aws_lakeformation.CfnPermissions.ColumnWildcardProperty

interface ColumnWildcardProperty

LanguageType name
.NETAmazon.CDK.AWS.LakeFormation.CfnPermissions.ColumnWildcardProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslakeformation#CfnPermissions_ColumnWildcardProperty
Javasoftware.amazon.awscdk.services.lakeformation.CfnPermissions.ColumnWildcardProperty
Pythonaws_cdk.aws_lakeformation.CfnPermissions.ColumnWildcardProperty
TypeScript aws-cdk-lib » aws_lakeformation » CfnPermissions » ColumnWildcardProperty

A wildcard object, consisting of an optional list of excluded column names or indexes.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lakeformation as lakeformation } from 'aws-cdk-lib';
const columnWildcardProperty: lakeformation.CfnPermissions.ColumnWildcardProperty = {
  excludedColumnNames: ['excludedColumnNames'],
};

Properties

NameTypeDescription
excludedColumnNames?string[]Excludes column names.

excludedColumnNames?

Type: string[] (optional)

Excludes column names.

Any column with this name will be excluded.