@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.352Z") @Stability(value=Stable) public class CfnDataCellsFilter extends CfnResource implements IInspectable
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.*;
Object allRowsWildcard;
CfnDataCellsFilter cfnDataCellsFilter = CfnDataCellsFilter.Builder.create(this, "MyCfnDataCellsFilter")
.databaseName("databaseName")
.name("name")
.tableCatalogId("tableCatalogId")
.tableName("tableName")
// the properties below are optional
.columnNames(List.of("columnNames"))
.columnWildcard(ColumnWildcardProperty.builder()
.excludedColumnNames(List.of("excludedColumnNames"))
.build())
.rowFilter(RowFilterProperty.builder()
.allRowsWildcard(allRowsWildcard)
.filterExpression("filterExpression")
.build())
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDataCellsFilter.Builder
A fluent builder for
CfnDataCellsFilter. |
static interface |
CfnDataCellsFilter.ColumnWildcardProperty
Example:
|
static interface |
CfnDataCellsFilter.RowFilterProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnDataCellsFilter(software.constructs.Construct scope,
String id,
CfnDataCellsFilterProps props)
Create a new `AWS::LakeFormation::DataCellsFilter`.
|
protected |
CfnDataCellsFilter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDataCellsFilter(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
List<String> |
getColumnNames()
`AWS::LakeFormation::DataCellsFilter.ColumnNames`.
|
Object |
getColumnWildcard()
`AWS::LakeFormation::DataCellsFilter.ColumnWildcard`.
|
String |
getDatabaseName()
`AWS::LakeFormation::DataCellsFilter.DatabaseName`.
|
String |
getName()
`AWS::LakeFormation::DataCellsFilter.Name`.
|
Object |
getRowFilter()
`AWS::LakeFormation::DataCellsFilter.RowFilter`.
|
String |
getTableCatalogId()
`AWS::LakeFormation::DataCellsFilter.TableCatalogId`.
|
String |
getTableName()
`AWS::LakeFormation::DataCellsFilter.TableName`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setColumnNames(List<String> value)
`AWS::LakeFormation::DataCellsFilter.ColumnNames`.
|
void |
setColumnWildcard(CfnDataCellsFilter.ColumnWildcardProperty value)
`AWS::LakeFormation::DataCellsFilter.ColumnWildcard`.
|
void |
setColumnWildcard(IResolvable value)
`AWS::LakeFormation::DataCellsFilter.ColumnWildcard`.
|
void |
setDatabaseName(String value)
`AWS::LakeFormation::DataCellsFilter.DatabaseName`.
|
void |
setName(String value)
`AWS::LakeFormation::DataCellsFilter.Name`.
|
void |
setRowFilter(CfnDataCellsFilter.RowFilterProperty value)
`AWS::LakeFormation::DataCellsFilter.RowFilter`.
|
void |
setRowFilter(IResolvable value)
`AWS::LakeFormation::DataCellsFilter.RowFilter`.
|
void |
setTableCatalogId(String value)
`AWS::LakeFormation::DataCellsFilter.TableCatalogId`.
|
void |
setTableName(String value)
`AWS::LakeFormation::DataCellsFilter.TableName`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDataCellsFilter(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDataCellsFilter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDataCellsFilter(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnDataCellsFilterProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getDatabaseName()
@Stability(value=Stable)
public void setDatabaseName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getTableCatalogId()
@Stability(value=Stable)
public void setTableCatalogId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getTableName()
@Stability(value=Stable)
public void setTableName(@NotNull
String value)
@Stability(value=Stable) @Nullable public List<String> getColumnNames()
@Stability(value=Stable)
public void setColumnNames(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public Object getColumnWildcard()
@Stability(value=Stable)
public void setColumnWildcard(@Nullable
CfnDataCellsFilter.ColumnWildcardProperty value)
@Stability(value=Stable)
public void setColumnWildcard(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getRowFilter()
@Stability(value=Stable)
public void setRowFilter(@Nullable
CfnDataCellsFilter.RowFilterProperty value)
@Stability(value=Stable)
public void setRowFilter(@Nullable
IResolvable value)
Copyright © 2022. All rights reserved.