We recommend new projects start with resources from the AWS provider.
aws-native.lakeformation.DataCellsFilter
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
A resource schema representing a Lake Formation Data Cells Filter.
Create DataCellsFilter Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DataCellsFilter(name: string, args: DataCellsFilterArgs, opts?: CustomResourceOptions);@overload
def DataCellsFilter(resource_name: str,
                    args: DataCellsFilterArgs,
                    opts: Optional[ResourceOptions] = None)
@overload
def DataCellsFilter(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    database_name: Optional[str] = None,
                    table_catalog_id: Optional[str] = None,
                    table_name: Optional[str] = None,
                    column_names: Optional[Sequence[str]] = None,
                    column_wildcard: Optional[DataCellsFilterColumnWildcardArgs] = None,
                    name: Optional[str] = None,
                    row_filter: Optional[DataCellsFilterRowFilterArgs] = None)func NewDataCellsFilter(ctx *Context, name string, args DataCellsFilterArgs, opts ...ResourceOption) (*DataCellsFilter, error)public DataCellsFilter(string name, DataCellsFilterArgs args, CustomResourceOptions? opts = null)
public DataCellsFilter(String name, DataCellsFilterArgs args)
public DataCellsFilter(String name, DataCellsFilterArgs args, CustomResourceOptions options)
type: aws-native:lakeformation:DataCellsFilter
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DataCellsFilterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DataCellsFilterArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DataCellsFilterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DataCellsFilterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DataCellsFilterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DataCellsFilter Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DataCellsFilter resource accepts the following input properties:
- DatabaseName string
- The name of the Database that the Table resides in.
- TableCatalog stringId 
- The Catalog Id of the Table on which to create a Data Cells Filter.
- TableName string
- The name of the Table to create a Data Cells Filter for.
- ColumnNames List<string>
- A list of columns to be included in this Data Cells Filter.
- ColumnWildcard Pulumi.Aws Native. Lake Formation. Inputs. Data Cells Filter Column Wildcard 
- An object representing the Data Cells Filter's Columns. Either Column Names or a Wildcard is required
- Name string
- The desired name of the Data Cells Filter.
- RowFilter Pulumi.Aws Native. Lake Formation. Inputs. Data Cells Filter Row Filter 
- An object representing the Data Cells Filter's Row Filter. Either a Filter Expression or a Wildcard is required
- DatabaseName string
- The name of the Database that the Table resides in.
- TableCatalog stringId 
- The Catalog Id of the Table on which to create a Data Cells Filter.
- TableName string
- The name of the Table to create a Data Cells Filter for.
- ColumnNames []string
- A list of columns to be included in this Data Cells Filter.
- ColumnWildcard DataCells Filter Column Wildcard Args 
- An object representing the Data Cells Filter's Columns. Either Column Names or a Wildcard is required
- Name string
- The desired name of the Data Cells Filter.
- RowFilter DataCells Filter Row Filter Args 
- An object representing the Data Cells Filter's Row Filter. Either a Filter Expression or a Wildcard is required
- databaseName String
- The name of the Database that the Table resides in.
- tableCatalog StringId 
- The Catalog Id of the Table on which to create a Data Cells Filter.
- tableName String
- The name of the Table to create a Data Cells Filter for.
- columnNames List<String>
- A list of columns to be included in this Data Cells Filter.
- columnWildcard DataCells Filter Column Wildcard 
- An object representing the Data Cells Filter's Columns. Either Column Names or a Wildcard is required
- name String
- The desired name of the Data Cells Filter.
- rowFilter DataCells Filter Row Filter 
- An object representing the Data Cells Filter's Row Filter. Either a Filter Expression or a Wildcard is required
- databaseName string
- The name of the Database that the Table resides in.
- tableCatalog stringId 
- The Catalog Id of the Table on which to create a Data Cells Filter.
- tableName string
- The name of the Table to create a Data Cells Filter for.
- columnNames string[]
- A list of columns to be included in this Data Cells Filter.
- columnWildcard DataCells Filter Column Wildcard 
- An object representing the Data Cells Filter's Columns. Either Column Names or a Wildcard is required
- name string
- The desired name of the Data Cells Filter.
- rowFilter DataCells Filter Row Filter 
- An object representing the Data Cells Filter's Row Filter. Either a Filter Expression or a Wildcard is required
- database_name str
- The name of the Database that the Table resides in.
- table_catalog_ strid 
- The Catalog Id of the Table on which to create a Data Cells Filter.
- table_name str
- The name of the Table to create a Data Cells Filter for.
- column_names Sequence[str]
- A list of columns to be included in this Data Cells Filter.
- column_wildcard DataCells Filter Column Wildcard Args 
- An object representing the Data Cells Filter's Columns. Either Column Names or a Wildcard is required
- name str
- The desired name of the Data Cells Filter.
- row_filter DataCells Filter Row Filter Args 
- An object representing the Data Cells Filter's Row Filter. Either a Filter Expression or a Wildcard is required
- databaseName String
- The name of the Database that the Table resides in.
- tableCatalog StringId 
- The Catalog Id of the Table on which to create a Data Cells Filter.
- tableName String
- The name of the Table to create a Data Cells Filter for.
- columnNames List<String>
- A list of columns to be included in this Data Cells Filter.
- columnWildcard Property Map
- An object representing the Data Cells Filter's Columns. Either Column Names or a Wildcard is required
- name String
- The desired name of the Data Cells Filter.
- rowFilter Property Map
- An object representing the Data Cells Filter's Row Filter. Either a Filter Expression or a Wildcard is required
Outputs
All input properties are implicitly available as output properties. Additionally, the DataCellsFilter resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
DataCellsFilterColumnWildcard, DataCellsFilterColumnWildcardArgs          
- ExcludedColumn List<string>Names 
- A list of column names to be excluded from the Data Cells Filter.
- ExcludedColumn []stringNames 
- A list of column names to be excluded from the Data Cells Filter.
- excludedColumn List<String>Names 
- A list of column names to be excluded from the Data Cells Filter.
- excludedColumn string[]Names 
- A list of column names to be excluded from the Data Cells Filter.
- excluded_column_ Sequence[str]names 
- A list of column names to be excluded from the Data Cells Filter.
- excludedColumn List<String>Names 
- A list of column names to be excluded from the Data Cells Filter.
DataCellsFilterRowFilter, DataCellsFilterRowFilterArgs          
- AllRows objectWildcard 
- An empty object representing a row wildcard.
- FilterExpression string
- A PartiQL predicate.
- AllRows interface{}Wildcard 
- An empty object representing a row wildcard.
- FilterExpression string
- A PartiQL predicate.
- allRows ObjectWildcard 
- An empty object representing a row wildcard.
- filterExpression String
- A PartiQL predicate.
- allRows anyWildcard 
- An empty object representing a row wildcard.
- filterExpression string
- A PartiQL predicate.
- all_rows_ Anywildcard 
- An empty object representing a row wildcard.
- filter_expression str
- A PartiQL predicate.
- allRows AnyWildcard 
- An empty object representing a row wildcard.
- filterExpression String
- A PartiQL predicate.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.