Interface CfnPermissions.ColumnWildcardProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPermissions.ColumnWildcardProperty.Jsii$Proxy
Enclosing class:
CfnPermissions

@Stability(Stable) public static interface CfnPermissions.ColumnWildcardProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.lakeformation.*;
 ColumnWildcardProperty columnWildcardProperty = ColumnWildcardProperty.builder()
         .excludedColumnNames(List.of("excludedColumnNames"))
         .build();
 

See Also: