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
The DataCellsFilter resource accepts the following input properties:
- Database
Name string - The name of the Database that the Table resides in.
- Table
Catalog stringId - The Catalog Id of the Table on which to create a Data Cells Filter.
- Table
Name string - The name of the Table to create a Data Cells Filter for.
- Column
Names List<string> - A list of columns to be included in this Data Cells Filter.
- Column
Wildcard 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.
- Row
Filter 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
- Database
Name string - The name of the Database that the Table resides in.
- Table
Catalog stringId - The Catalog Id of the Table on which to create a Data Cells Filter.
- Table
Name string - The name of the Table to create a Data Cells Filter for.
- Column
Names []string - 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 string
- 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
- database
Name String - The name of the Database that the Table resides in.
- table
Catalog StringId - The Catalog Id of the Table on which to create a Data Cells Filter.
- table
Name String - The name of the Table to create a Data Cells Filter for.
- column
Names List<String> - A list of columns to be included in this Data Cells Filter.
- column
Wildcard 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.
- row
Filter 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 string - The name of the Database that the Table resides in.
- table
Catalog stringId - The Catalog Id of the Table on which to create a Data Cells Filter.
- table
Name string - The name of the Table to create a Data Cells Filter for.
- column
Names string[] - A list of columns to be included in this Data Cells Filter.
- column
Wildcard 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.
- row
Filter 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
- database
Name String - The name of the Database that the Table resides in.
- table
Catalog StringId - The Catalog Id of the Table on which to create a Data Cells Filter.
- table
Name String - The name of the Table to create a Data Cells Filter for.
- column
Names List<String> - A list of columns to be included in this Data Cells Filter.
- column
Wildcard 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.
- row
Filter 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
- Excluded
Column List<string>Names - A list of column names to be excluded from the Data Cells Filter.
- Excluded
Column []stringNames - A list of column names to be excluded from the Data Cells Filter.
- excluded
Column List<String>Names - A list of column names to be excluded from the Data Cells Filter.
- excluded
Column 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.
- excluded
Column List<String>Names - A list of column names to be excluded from the Data Cells Filter.
DataCellsFilterRowFilter, DataCellsFilterRowFilterArgs
- All
Rows objectWildcard - An empty object representing a row wildcard.
- Filter
Expression string - A PartiQL predicate.
- All
Rows interface{}Wildcard - An empty object representing a row wildcard.
- Filter
Expression string - A PartiQL predicate.
- all
Rows ObjectWildcard - An empty object representing a row wildcard.
- filter
Expression String - A PartiQL predicate.
- all
Rows anyWildcard - An empty object representing a row wildcard.
- filter
Expression string - A PartiQL predicate.
- all_
rows_ Anywildcard - An empty object representing a row wildcard.
- filter_
expression str - A PartiQL predicate.
- all
Rows AnyWildcard - An empty object representing a row wildcard.
- filter
Expression 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.