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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPermissions.ColumnWildcardPropertystatic final classAn implementation forCfnPermissions.ColumnWildcardProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExcludedColumnNames
Excludes column names.Any column with this name will be excluded.
- See Also:
-
builder
-