AWS::LakeFormation::PrincipalPermissions ColumnWildcard
A wildcard object, consisting of an optional list of excluded column names or indexes.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ExcludedColumnNames" :
[ String, ... ]
}
YAML
ExcludedColumnNames:
- String
Properties
ExcludedColumnNames
-
Excludes column names. Any column with this name will be excluded.
Required: No
Type: Array of String
Update requires: Replacement