We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
Represents a table that can be associated with collaborations
Create ConfiguredTable Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ConfiguredTable(name: string, args: ConfiguredTableArgs, opts?: CustomResourceOptions);@overload
def ConfiguredTable(resource_name: str,
args: ConfiguredTableArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ConfiguredTable(resource_name: str,
opts: Optional[ResourceOptions] = None,
allowed_columns: Optional[Sequence[str]] = None,
analysis_method: Optional[ConfiguredTableAnalysisMethod] = None,
table_reference: Optional[Union[ConfiguredTableTableReference0PropertiesArgs, ConfiguredTableTableReference1PropertiesArgs, ConfiguredTableTableReference2PropertiesArgs]] = None,
analysis_rules: Optional[Sequence[ConfiguredTableAnalysisRuleArgs]] = None,
description: Optional[str] = None,
name: Optional[str] = None,
selected_analysis_methods: Optional[Sequence[ConfiguredTableSelectedAnalysisMethod]] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewConfiguredTable(ctx *Context, name string, args ConfiguredTableArgs, opts ...ResourceOption) (*ConfiguredTable, error)public ConfiguredTable(string name, ConfiguredTableArgs args, CustomResourceOptions? opts = null)
public ConfiguredTable(String name, ConfiguredTableArgs args)
public ConfiguredTable(String name, ConfiguredTableArgs args, CustomResourceOptions options)
type: aws-native:cleanrooms:ConfiguredTable
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 ConfiguredTableArgs
- 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 ConfiguredTableArgs
- 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 ConfiguredTableArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConfiguredTableArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ConfiguredTableArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ConfiguredTable 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 ConfiguredTable resource accepts the following input properties:
- Allowed
Columns List<string> - The columns within the underlying AWS Glue table that can be used within collaborations.
- Analysis
Method Pulumi.Aws Native. Clean Rooms. Configured Table Analysis Method The analysis method for the configured table.
DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- Table
Reference Pulumi.Aws | Pulumi.Native. Clean Rooms. Inputs. Configured Table Table Reference0Properties Aws | Pulumi.Native. Clean Rooms. Inputs. Configured Table Table Reference1Properties Aws Native. Clean Rooms. Inputs. Configured Table Table Reference2Properties - The table that this configured table represents.
- Analysis
Rules List<Pulumi.Aws Native. Clean Rooms. Inputs. Configured Table Analysis Rule> - The analysis rule that was created for the configured table.
- Description string
- A description for the configured table.
- Name string
- A name for the configured table.
- Selected
Analysis List<Pulumi.Methods Aws Native. Clean Rooms. Configured Table Selected Analysis Method> - The selected analysis methods for the configured table.
-
List<Pulumi.
Aws Native. Inputs. Tag> - An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
- Allowed
Columns []string - The columns within the underlying AWS Glue table that can be used within collaborations.
- Analysis
Method ConfiguredTable Analysis Method The analysis method for the configured table.
DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- Table
Reference ConfiguredTable | ConfiguredTable Reference0Properties Args Table | ConfiguredTable Reference1Properties Args Table Table Reference2Properties Args - The table that this configured table represents.
- Analysis
Rules []ConfiguredTable Analysis Rule Args - The analysis rule that was created for the configured table.
- Description string
- A description for the configured table.
- Name string
- A name for the configured table.
- Selected
Analysis []ConfiguredMethods Table Selected Analysis Method - The selected analysis methods for the configured table.
-
Tag
Args - An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
- allowed
Columns List<String> - The columns within the underlying AWS Glue table that can be used within collaborations.
- analysis
Method ConfiguredTable Analysis Method The analysis method for the configured table.
DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- table
Reference ConfiguredTable | ConfiguredTable Reference0Properties Table | ConfiguredTable Reference1Properties Table Table Reference2Properties - The table that this configured table represents.
- analysis
Rules List<ConfiguredTable Analysis Rule> - The analysis rule that was created for the configured table.
- description String
- A description for the configured table.
- name String
- A name for the configured table.
- selected
Analysis List<ConfiguredMethods Table Selected Analysis Method> - The selected analysis methods for the configured table.
- List<Tag>
- An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
- allowed
Columns string[] - The columns within the underlying AWS Glue table that can be used within collaborations.
- analysis
Method ConfiguredTable Analysis Method The analysis method for the configured table.
DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- table
Reference ConfiguredTable | ConfiguredTable Reference0Properties Table | ConfiguredTable Reference1Properties Table Table Reference2Properties - The table that this configured table represents.
- analysis
Rules ConfiguredTable Analysis Rule[] - The analysis rule that was created for the configured table.
- description string
- A description for the configured table.
- name string
- A name for the configured table.
- selected
Analysis ConfiguredMethods Table Selected Analysis Method[] - The selected analysis methods for the configured table.
- Tag[]
- An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
- allowed_
columns Sequence[str] - The columns within the underlying AWS Glue table that can be used within collaborations.
- analysis_
method ConfiguredTable Analysis Method The analysis method for the configured table.
DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- table_
reference ConfiguredTable | ConfiguredTable Reference0Properties Args Table | ConfiguredTable Reference1Properties Args Table Table Reference2Properties Args - The table that this configured table represents.
- analysis_
rules Sequence[ConfiguredTable Analysis Rule Args] - The analysis rule that was created for the configured table.
- description str
- A description for the configured table.
- name str
- A name for the configured table.
- selected_
analysis_ Sequence[Configuredmethods Table Selected Analysis Method] - The selected analysis methods for the configured table.
-
Sequence[Tag
Args] - An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
- allowed
Columns List<String> - The columns within the underlying AWS Glue table that can be used within collaborations.
- analysis
Method "DIRECT_QUERY" | "DIRECT_JOB" | "MULTIPLE" The analysis method for the configured table.
DIRECT_QUERYallows SQL queries to be run directly on this table.DIRECT_JOBallows PySpark jobs to be run directly on this table.MULTIPLEallows both SQL queries and PySpark jobs to be run directly on this table.- table
Reference Property Map | Property Map | Property Map - The table that this configured table represents.
- analysis
Rules List<Property Map> - The analysis rule that was created for the configured table.
- description String
- A description for the configured table.
- name String
- A name for the configured table.
- selected
Analysis List<"DIRECT_QUERY" | "DIRECT_JOB">Methods - The selected analysis methods for the configured table.
- List<Property Map>
- An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
Outputs
All input properties are implicitly available as output properties. Additionally, the ConfiguredTable resource produces the following output properties:
- Arn string
Returns the Amazon Resource Name (ARN) of the specified configured table.
Example:
arn:aws:cleanrooms:us-east-1:111122223333:configuredtable/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- Configured
Table stringIdentifier Returns the unique identifier of the specified configured table.
Example:
a1b2c3d4-5678-90ab-cdef-EXAMPLE33333- Id string
- The provider-assigned unique ID for this managed resource.
- Arn string
Returns the Amazon Resource Name (ARN) of the specified configured table.
Example:
arn:aws:cleanrooms:us-east-1:111122223333:configuredtable/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- Configured
Table stringIdentifier Returns the unique identifier of the specified configured table.
Example:
a1b2c3d4-5678-90ab-cdef-EXAMPLE33333- Id string
- The provider-assigned unique ID for this managed resource.
- arn String
Returns the Amazon Resource Name (ARN) of the specified configured table.
Example:
arn:aws:cleanrooms:us-east-1:111122223333:configuredtable/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- configured
Table StringIdentifier Returns the unique identifier of the specified configured table.
Example:
a1b2c3d4-5678-90ab-cdef-EXAMPLE33333- id String
- The provider-assigned unique ID for this managed resource.
- arn string
Returns the Amazon Resource Name (ARN) of the specified configured table.
Example:
arn:aws:cleanrooms:us-east-1:111122223333:configuredtable/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- configured
Table stringIdentifier Returns the unique identifier of the specified configured table.
Example:
a1b2c3d4-5678-90ab-cdef-EXAMPLE33333- id string
- The provider-assigned unique ID for this managed resource.
- arn str
Returns the Amazon Resource Name (ARN) of the specified configured table.
Example:
arn:aws:cleanrooms:us-east-1:111122223333:configuredtable/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- configured_
table_ stridentifier Returns the unique identifier of the specified configured table.
Example:
a1b2c3d4-5678-90ab-cdef-EXAMPLE33333- id str
- The provider-assigned unique ID for this managed resource.
- arn String
Returns the Amazon Resource Name (ARN) of the specified configured table.
Example:
arn:aws:cleanrooms:us-east-1:111122223333:configuredtable/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- configured
Table StringIdentifier Returns the unique identifier of the specified configured table.
Example:
a1b2c3d4-5678-90ab-cdef-EXAMPLE33333- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
ConfiguredTableAdditionalAnalyses, ConfiguredTableAdditionalAnalysesArgs
- Allowed
ALLOWED- Required
REQUIRED- Not
Allowed NOT_ALLOWED
- Configured
Table Additional Analyses Allowed ALLOWED- Configured
Table Additional Analyses Required REQUIRED- Configured
Table Additional Analyses Not Allowed NOT_ALLOWED
- Allowed
ALLOWED- Required
REQUIRED- Not
Allowed NOT_ALLOWED
- Allowed
ALLOWED- Required
REQUIRED- Not
Allowed NOT_ALLOWED
- ALLOWED
ALLOWED- REQUIRED
REQUIRED- NOT_ALLOWED
NOT_ALLOWED
- "ALLOWED"
ALLOWED- "REQUIRED"
REQUIRED- "NOT_ALLOWED"
NOT_ALLOWED
ConfiguredTableAggregateColumn, ConfiguredTableAggregateColumnArgs
- column
Names List<String> - function
Configured
Table Aggregate Function Name
- column_
names Sequence[str] - function
Configured
Table Aggregate Function Name
ConfiguredTableAggregateFunctionName, ConfiguredTableAggregateFunctionNameArgs
- Sum
SUM- Sum
Distinct SUM_DISTINCT- Count
COUNT- Count
Distinct COUNT_DISTINCT- Avg
AVG
- Configured
Table Aggregate Function Name Sum SUM- Configured
Table Aggregate Function Name Sum Distinct SUM_DISTINCT- Configured
Table Aggregate Function Name Count COUNT- Configured
Table Aggregate Function Name Count Distinct COUNT_DISTINCT- Configured
Table Aggregate Function Name Avg AVG
- Sum
SUM- Sum
Distinct SUM_DISTINCT- Count
COUNT- Count
Distinct COUNT_DISTINCT- Avg
AVG
- Sum
SUM- Sum
Distinct SUM_DISTINCT- Count
COUNT- Count
Distinct COUNT_DISTINCT- Avg
AVG
- SUM
SUM- SUM_DISTINCT
SUM_DISTINCT- COUNT
COUNT- COUNT_DISTINCT
COUNT_DISTINCT- AVG
AVG
- "SUM"
SUM- "SUM_DISTINCT"
SUM_DISTINCT- "COUNT"
COUNT- "COUNT_DISTINCT"
COUNT_DISTINCT- "AVG"
AVG
ConfiguredTableAggregationConstraint, ConfiguredTableAggregationConstraintArgs
- Column
Name string - Minimum float64
- Type
Configured
Table Aggregation Type
- column
Name String - minimum Double
- type
Configured
Table Aggregation Type
- column
Name string - minimum number
- type
Configured
Table Aggregation Type
- column
Name String - minimum Number
- type "COUNT_DISTINCT"
ConfiguredTableAggregationType, ConfiguredTableAggregationTypeArgs
- Count
Distinct COUNT_DISTINCT
- Configured
Table Aggregation Type Count Distinct COUNT_DISTINCT
- Count
Distinct COUNT_DISTINCT
- Count
Distinct COUNT_DISTINCT
- COUNT_DISTINCT
COUNT_DISTINCT
- "COUNT_DISTINCT"
COUNT_DISTINCT
ConfiguredTableAnalysisMethod, ConfiguredTableAnalysisMethodArgs
- Direct
Query DIRECT_QUERY- Direct
Job DIRECT_JOB- Multiple
MULTIPLE
- Configured
Table Analysis Method Direct Query DIRECT_QUERY- Configured
Table Analysis Method Direct Job DIRECT_JOB- Configured
Table Analysis Method Multiple MULTIPLE
- Direct
Query DIRECT_QUERY- Direct
Job DIRECT_JOB- Multiple
MULTIPLE
- Direct
Query DIRECT_QUERY- Direct
Job DIRECT_JOB- Multiple
MULTIPLE
- DIRECT_QUERY
DIRECT_QUERY- DIRECT_JOB
DIRECT_JOB- MULTIPLE
MULTIPLE
- "DIRECT_QUERY"
DIRECT_QUERY- "DIRECT_JOB"
DIRECT_JOB- "MULTIPLE"
MULTIPLE
ConfiguredTableAnalysisRule, ConfiguredTableAnalysisRuleArgs
- Policy
Pulumi.
Aws Native. Clean Rooms. Inputs. Configured Table Analysis Rule Policy - A policy that describes the associated data usage limitations.
- Type
Pulumi.
Aws Native. Clean Rooms. Configured Table Analysis Rule Type - The type of analysis rule.
- Policy
Configured
Table Analysis Rule Policy - A policy that describes the associated data usage limitations.
- Type
Configured
Table Analysis Rule Type - The type of analysis rule.
- policy
Configured
Table Analysis Rule Policy - A policy that describes the associated data usage limitations.
- type
Configured
Table Analysis Rule Type - The type of analysis rule.
- policy
Configured
Table Analysis Rule Policy - A policy that describes the associated data usage limitations.
- type
Configured
Table Analysis Rule Type - The type of analysis rule.
- policy
Configured
Table Analysis Rule Policy - A policy that describes the associated data usage limitations.
- type
Configured
Table Analysis Rule Type - The type of analysis rule.
- policy Property Map
- A policy that describes the associated data usage limitations.
- type "AGGREGATION" | "LIST" | "CUSTOM"
- The type of analysis rule.
ConfiguredTableAnalysisRuleAggregation, ConfiguredTableAnalysisRuleAggregationArgs
- Aggregate
Columns List<Pulumi.Aws Native. Clean Rooms. Inputs. Configured Table Aggregate Column> - Dimension
Columns List<string> - Join
Columns List<string> - Output
Constraints List<Pulumi.Aws Native. Clean Rooms. Inputs. Configured Table Aggregation Constraint> - Scalar
Functions List<Pulumi.Aws Native. Clean Rooms. Configured Table Scalar Functions> - Additional
Analyses Pulumi.Aws Native. Clean Rooms. Configured Table Additional Analyses - Allowed
Join List<Pulumi.Operators Aws Native. Clean Rooms. Configured Table Join Operator> - Join
Required Pulumi.Aws Native. Clean Rooms. Configured Table Join Required Option
- Aggregate
Columns []ConfiguredTable Aggregate Column - Dimension
Columns []string - Join
Columns []string - Output
Constraints []ConfiguredTable Aggregation Constraint - Scalar
Functions []ConfiguredTable Scalar Functions - Additional
Analyses ConfiguredTable Additional Analyses - Allowed
Join []ConfiguredOperators Table Join Operator - Join
Required ConfiguredTable Join Required Option
- aggregate
Columns List<ConfiguredTable Aggregate Column> - dimension
Columns List<String> - join
Columns List<String> - output
Constraints List<ConfiguredTable Aggregation Constraint> - scalar
Functions List<ConfiguredTable Scalar Functions> - additional
Analyses ConfiguredTable Additional Analyses - allowed
Join List<ConfiguredOperators Table Join Operator> - join
Required ConfiguredTable Join Required Option
- aggregate
Columns ConfiguredTable Aggregate Column[] - dimension
Columns string[] - join
Columns string[] - output
Constraints ConfiguredTable Aggregation Constraint[] - scalar
Functions ConfiguredTable Scalar Functions[] - additional
Analyses ConfiguredTable Additional Analyses - allowed
Join ConfiguredOperators Table Join Operator[] - join
Required ConfiguredTable Join Required Option
- aggregate_
columns Sequence[ConfiguredTable Aggregate Column] - dimension_
columns Sequence[str] - join_
columns Sequence[str] - output_
constraints Sequence[ConfiguredTable Aggregation Constraint] - scalar_
functions Sequence[ConfiguredTable Scalar Functions] - additional_
analyses ConfiguredTable Additional Analyses - allowed_
join_ Sequence[Configuredoperators Table Join Operator] - join_
required ConfiguredTable Join Required Option
- aggregate
Columns List<Property Map> - dimension
Columns List<String> - join
Columns List<String> - output
Constraints List<Property Map> - scalar
Functions List<"TRUNC" | "ABS" | "CEILING" | "FLOOR" | "LN" | "LOG" | "ROUND" | "SQRT" | "CAST" | "LOWER" | "RTRIM" | "UPPER" | "COALESCE" | "CONVERT" | "CURRENT_DATE" | "DATEADD" | "EXTRACT" | "GETDATE" | "SUBSTRING" | "TO_CHAR" | "TO_DATE" | "TO_NUMBER" | "TO_TIMESTAMP" | "TRIM"> - additional
Analyses "ALLOWED" | "REQUIRED" | "NOT_ALLOWED" - allowed
Join List<"OR" | "AND">Operators - join
Required "QUERY_RUNNER"
ConfiguredTableAnalysisRuleCustom, ConfiguredTableAnalysisRuleCustomArgs
- allowed_
analyses Sequence[str] - additional_
analyses ConfiguredTable Additional Analyses - allowed_
analysis_ Sequence[str]providers - differential_
privacy ConfiguredTable Differential Privacy - disallowed_
output_ Sequence[str]columns
- allowed
Analyses List<String> - additional
Analyses "ALLOWED" | "REQUIRED" | "NOT_ALLOWED" - allowed
Analysis List<String>Providers - differential
Privacy Property Map - disallowed
Output List<String>Columns
ConfiguredTableAnalysisRuleList, ConfiguredTableAnalysisRuleListArgs
ConfiguredTableAnalysisRulePolicy, ConfiguredTableAnalysisRulePolicyArgs
- V1
Pulumi.
Aws | Pulumi.Native. Clean Rooms. Inputs. Configured Table Analysis Rule Policy V10Properties Aws | Pulumi.Native. Clean Rooms. Inputs. Configured Table Analysis Rule Policy V11Properties Aws Native. Clean Rooms. Inputs. Configured Table Analysis Rule Policy V12Properties - Controls on the query specifications that can be run on a configured table.
- V1
Configured
Table | ConfiguredAnalysis Rule Policy V10Properties Table | ConfiguredAnalysis Rule Policy V11Properties Table Analysis Rule Policy V12Properties - Controls on the query specifications that can be run on a configured table.
- v1
Configured
Table | ConfiguredAnalysis Rule Policy V10Properties Table | ConfiguredAnalysis Rule Policy V11Properties Table Analysis Rule Policy V12Properties - Controls on the query specifications that can be run on a configured table.
- v1
Configured
Table | ConfiguredAnalysis Rule Policy V10Properties Table | ConfiguredAnalysis Rule Policy V11Properties Table Analysis Rule Policy V12Properties - Controls on the query specifications that can be run on a configured table.
- v1
Configured
Table | ConfiguredAnalysis Rule Policy V10Properties Table | ConfiguredAnalysis Rule Policy V11Properties Table Analysis Rule Policy V12Properties - Controls on the query specifications that can be run on a configured table.
- v1 Property Map | Property Map | Property Map
- Controls on the query specifications that can be run on a configured table.
ConfiguredTableAnalysisRulePolicyV10Properties, ConfiguredTableAnalysisRulePolicyV10PropertiesArgs
ConfiguredTableAnalysisRulePolicyV11Properties, ConfiguredTableAnalysisRulePolicyV11PropertiesArgs
ConfiguredTableAnalysisRulePolicyV12Properties, ConfiguredTableAnalysisRulePolicyV12PropertiesArgs
ConfiguredTableAnalysisRuleType, ConfiguredTableAnalysisRuleTypeArgs
- Aggregation
AGGREGATION- List
LIST- Custom
CUSTOM
- Configured
Table Analysis Rule Type Aggregation AGGREGATION- Configured
Table Analysis Rule Type List LIST- Configured
Table Analysis Rule Type Custom CUSTOM
- Aggregation
AGGREGATION- List
LIST- Custom
CUSTOM
- Aggregation
AGGREGATION- List
LIST- Custom
CUSTOM
- AGGREGATION
AGGREGATION- LIST
LIST- CUSTOM
CUSTOM
- "AGGREGATION"
AGGREGATION- "LIST"
LIST- "CUSTOM"
CUSTOM
ConfiguredTableAthenaTableReference, ConfiguredTableAthenaTableReferenceArgs
- Database
Name string - Table
Name string - Work
Group string - Output
Location string - Region
Pulumi.
Aws Native. Clean Rooms. Configured Table Commercial Region
- Database
Name string - Table
Name string - Work
Group string - Output
Location string - Region
Configured
Table Commercial Region
- database
Name String - table
Name String - work
Group String - output
Location String - region
Configured
Table Commercial Region
- database
Name string - table
Name string - work
Group string - output
Location string - region
Configured
Table Commercial Region
- database
Name String - table
Name String - work
Group String - output
Location String - region "us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1" | "ap-east-2"
ConfiguredTableCommercialRegion, ConfiguredTableCommercialRegionArgs
- Us
West1 us-west-1- Us
West2 us-west-2- Us
East1 us-east-1- Us
East2 us-east-2- Af
South1 af-south-1- Ap
East1 ap-east-1- Ap
South2 ap-south-2- Ap
Southeast1 ap-southeast-1- Ap
Southeast2 ap-southeast-2- Ap
Southeast5 ap-southeast-5- Ap
Southeast4 ap-southeast-4- Ap
Southeast7 ap-southeast-7- Ap
South1 ap-south-1- Ap
Northeast3 ap-northeast-3- Ap
Northeast1 ap-northeast-1- Ap
Northeast2 ap-northeast-2- Ca
Central1 ca-central-1- Ca
West1 ca-west-1- Eu
South1 eu-south-1- Eu
West3 eu-west-3- Eu
South2 eu-south-2- Eu
Central2 eu-central-2- Eu
Central1 eu-central-1- Eu
North1 eu-north-1- Eu
West1 eu-west-1- Eu
West2 eu-west-2- Me
South1 me-south-1- Me
Central1 me-central-1- Il
Central1 il-central-1- Sa
East1 sa-east-1- Mx
Central1 mx-central-1- Ap
East2 ap-east-2
- Configured
Table Commercial Region Us West1 us-west-1- Configured
Table Commercial Region Us West2 us-west-2- Configured
Table Commercial Region Us East1 us-east-1- Configured
Table Commercial Region Us East2 us-east-2- Configured
Table Commercial Region Af South1 af-south-1- Configured
Table Commercial Region Ap East1 ap-east-1- Configured
Table Commercial Region Ap South2 ap-south-2- Configured
Table Commercial Region Ap Southeast1 ap-southeast-1- Configured
Table Commercial Region Ap Southeast2 ap-southeast-2- Configured
Table Commercial Region Ap Southeast5 ap-southeast-5- Configured
Table Commercial Region Ap Southeast4 ap-southeast-4- Configured
Table Commercial Region Ap Southeast7 ap-southeast-7- Configured
Table Commercial Region Ap South1 ap-south-1- Configured
Table Commercial Region Ap Northeast3 ap-northeast-3- Configured
Table Commercial Region Ap Northeast1 ap-northeast-1- Configured
Table Commercial Region Ap Northeast2 ap-northeast-2- Configured
Table Commercial Region Ca Central1 ca-central-1- Configured
Table Commercial Region Ca West1 ca-west-1- Configured
Table Commercial Region Eu South1 eu-south-1- Configured
Table Commercial Region Eu West3 eu-west-3- Configured
Table Commercial Region Eu South2 eu-south-2- Configured
Table Commercial Region Eu Central2 eu-central-2- Configured
Table Commercial Region Eu Central1 eu-central-1- Configured
Table Commercial Region Eu North1 eu-north-1- Configured
Table Commercial Region Eu West1 eu-west-1- Configured
Table Commercial Region Eu West2 eu-west-2- Configured
Table Commercial Region Me South1 me-south-1- Configured
Table Commercial Region Me Central1 me-central-1- Configured
Table Commercial Region Il Central1 il-central-1- Configured
Table Commercial Region Sa East1 sa-east-1- Configured
Table Commercial Region Mx Central1 mx-central-1- Configured
Table Commercial Region Ap East2 ap-east-2
- Us
West1 us-west-1- Us
West2 us-west-2- Us
East1 us-east-1- Us
East2 us-east-2- Af
South1 af-south-1- Ap
East1 ap-east-1- Ap
South2 ap-south-2- Ap
Southeast1 ap-southeast-1- Ap
Southeast2 ap-southeast-2- Ap
Southeast5 ap-southeast-5- Ap
Southeast4 ap-southeast-4- Ap
Southeast7 ap-southeast-7- Ap
South1 ap-south-1- Ap
Northeast3 ap-northeast-3- Ap
Northeast1 ap-northeast-1- Ap
Northeast2 ap-northeast-2- Ca
Central1 ca-central-1- Ca
West1 ca-west-1- Eu
South1 eu-south-1- Eu
West3 eu-west-3- Eu
South2 eu-south-2- Eu
Central2 eu-central-2- Eu
Central1 eu-central-1- Eu
North1 eu-north-1- Eu
West1 eu-west-1- Eu
West2 eu-west-2- Me
South1 me-south-1- Me
Central1 me-central-1- Il
Central1 il-central-1- Sa
East1 sa-east-1- Mx
Central1 mx-central-1- Ap
East2 ap-east-2
- Us
West1 us-west-1- Us
West2 us-west-2- Us
East1 us-east-1- Us
East2 us-east-2- Af
South1 af-south-1- Ap
East1 ap-east-1- Ap
South2 ap-south-2- Ap
Southeast1 ap-southeast-1- Ap
Southeast2 ap-southeast-2- Ap
Southeast5 ap-southeast-5- Ap
Southeast4 ap-southeast-4- Ap
Southeast7 ap-southeast-7- Ap
South1 ap-south-1- Ap
Northeast3 ap-northeast-3- Ap
Northeast1 ap-northeast-1- Ap
Northeast2 ap-northeast-2- Ca
Central1 ca-central-1- Ca
West1 ca-west-1- Eu
South1 eu-south-1- Eu
West3 eu-west-3- Eu
South2 eu-south-2- Eu
Central2 eu-central-2- Eu
Central1 eu-central-1- Eu
North1 eu-north-1- Eu
West1 eu-west-1- Eu
West2 eu-west-2- Me
South1 me-south-1- Me
Central1 me-central-1- Il
Central1 il-central-1- Sa
East1 sa-east-1- Mx
Central1 mx-central-1- Ap
East2 ap-east-2
- US_WEST1
us-west-1- US_WEST2
us-west-2- US_EAST1
us-east-1- US_EAST2
us-east-2- AF_SOUTH1
af-south-1- AP_EAST1
ap-east-1- AP_SOUTH2
ap-south-2- AP_SOUTHEAST1
ap-southeast-1- AP_SOUTHEAST2
ap-southeast-2- AP_SOUTHEAST5
ap-southeast-5- AP_SOUTHEAST4
ap-southeast-4- AP_SOUTHEAST7
ap-southeast-7- AP_SOUTH1
ap-south-1- AP_NORTHEAST3
ap-northeast-3- AP_NORTHEAST1
ap-northeast-1- AP_NORTHEAST2
ap-northeast-2- CA_CENTRAL1
ca-central-1- CA_WEST1
ca-west-1- EU_SOUTH1
eu-south-1- EU_WEST3
eu-west-3- EU_SOUTH2
eu-south-2- EU_CENTRAL2
eu-central-2- EU_CENTRAL1
eu-central-1- EU_NORTH1
eu-north-1- EU_WEST1
eu-west-1- EU_WEST2
eu-west-2- ME_SOUTH1
me-south-1- ME_CENTRAL1
me-central-1- IL_CENTRAL1
il-central-1- SA_EAST1
sa-east-1- MX_CENTRAL1
mx-central-1- AP_EAST2
ap-east-2
- "us-west-1"
us-west-1- "us-west-2"
us-west-2- "us-east-1"
us-east-1- "us-east-2"
us-east-2- "af-south-1"
af-south-1- "ap-east-1"
ap-east-1- "ap-south-2"
ap-south-2- "ap-southeast-1"
ap-southeast-1- "ap-southeast-2"
ap-southeast-2- "ap-southeast-5"
ap-southeast-5- "ap-southeast-4"
ap-southeast-4- "ap-southeast-7"
ap-southeast-7- "ap-south-1"
ap-south-1- "ap-northeast-3"
ap-northeast-3- "ap-northeast-1"
ap-northeast-1- "ap-northeast-2"
ap-northeast-2- "ca-central-1"
ca-central-1- "ca-west-1"
ca-west-1- "eu-south-1"
eu-south-1- "eu-west-3"
eu-west-3- "eu-south-2"
eu-south-2- "eu-central-2"
eu-central-2- "eu-central-1"
eu-central-1- "eu-north-1"
eu-north-1- "eu-west-1"
eu-west-1- "eu-west-2"
eu-west-2- "me-south-1"
me-south-1- "me-central-1"
me-central-1- "il-central-1"
il-central-1- "sa-east-1"
sa-east-1- "mx-central-1"
mx-central-1- "ap-east-2"
ap-east-2
ConfiguredTableDifferentialPrivacy, ConfiguredTableDifferentialPrivacyArgs
ConfiguredTableDifferentialPrivacyColumn, ConfiguredTableDifferentialPrivacyColumnArgs
- Name string
- Name string
- name String
- name string
- name str
- name String
ConfiguredTableGlueTableReference, ConfiguredTableGlueTableReferenceArgs
- Database
Name string - Table
Name string - Region
Configured
Table Commercial Region
- database
Name String - table
Name String - region
Configured
Table Commercial Region
- database
Name string - table
Name string - region
Configured
Table Commercial Region
- database
Name String - table
Name String - region "us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1" | "ap-east-2"
ConfiguredTableJoinOperator, ConfiguredTableJoinOperatorArgs
- Or
OR- And
AND
- Configured
Table Join Operator Or OR- Configured
Table Join Operator And AND
- Or
OR- And
AND
- Or
OR- And
AND
- OR_
OR- AND_
AND
- "OR"
OR- "AND"
AND
ConfiguredTableJoinRequiredOption, ConfiguredTableJoinRequiredOptionArgs
- Query
Runner QUERY_RUNNER
- Configured
Table Join Required Option Query Runner QUERY_RUNNER
- Query
Runner QUERY_RUNNER
- Query
Runner QUERY_RUNNER
- QUERY_RUNNER
QUERY_RUNNER
- "QUERY_RUNNER"
QUERY_RUNNER
ConfiguredTableScalarFunctions, ConfiguredTableScalarFunctionsArgs
- Trunc
TRUNC- Abs
ABS- Ceiling
CEILING- Floor
FLOOR- Ln
LN- Log
LOG- Round
ROUND- Sqrt
SQRT- Cast
CAST- Lower
LOWER- Rtrim
RTRIM- Upper
UPPER- Coalesce
COALESCE- Convert
CONVERT- Current
Date CURRENT_DATE- Dateadd
DATEADD- Extract
EXTRACT- Getdate
GETDATE- Substring
SUBSTRING- To
Char TO_CHAR- To
Date TO_DATE- To
Number TO_NUMBER- To
Timestamp TO_TIMESTAMP- Trim
TRIM
- Configured
Table Scalar Functions Trunc TRUNC- Configured
Table Scalar Functions Abs ABS- Configured
Table Scalar Functions Ceiling CEILING- Configured
Table Scalar Functions Floor FLOOR- Configured
Table Scalar Functions Ln LN- Configured
Table Scalar Functions Log LOG- Configured
Table Scalar Functions Round ROUND- Configured
Table Scalar Functions Sqrt SQRT- Configured
Table Scalar Functions Cast CAST- Configured
Table Scalar Functions Lower LOWER- Configured
Table Scalar Functions Rtrim RTRIM- Configured
Table Scalar Functions Upper UPPER- Configured
Table Scalar Functions Coalesce COALESCE- Configured
Table Scalar Functions Convert CONVERT- Configured
Table Scalar Functions Current Date CURRENT_DATE- Configured
Table Scalar Functions Dateadd DATEADD- Configured
Table Scalar Functions Extract EXTRACT- Configured
Table Scalar Functions Getdate GETDATE- Configured
Table Scalar Functions Substring SUBSTRING- Configured
Table Scalar Functions To Char TO_CHAR- Configured
Table Scalar Functions To Date TO_DATE- Configured
Table Scalar Functions To Number TO_NUMBER- Configured
Table Scalar Functions To Timestamp TO_TIMESTAMP- Configured
Table Scalar Functions Trim TRIM
- Trunc
TRUNC- Abs
ABS- Ceiling
CEILING- Floor
FLOOR- Ln
LN- Log
LOG- Round
ROUND- Sqrt
SQRT- Cast
CAST- Lower
LOWER- Rtrim
RTRIM- Upper
UPPER- Coalesce
COALESCE- Convert
CONVERT- Current
Date CURRENT_DATE- Dateadd
DATEADD- Extract
EXTRACT- Getdate
GETDATE- Substring
SUBSTRING- To
Char TO_CHAR- To
Date TO_DATE- To
Number TO_NUMBER- To
Timestamp TO_TIMESTAMP- Trim
TRIM
- Trunc
TRUNC- Abs
ABS- Ceiling
CEILING- Floor
FLOOR- Ln
LN- Log
LOG- Round
ROUND- Sqrt
SQRT- Cast
CAST- Lower
LOWER- Rtrim
RTRIM- Upper
UPPER- Coalesce
COALESCE- Convert
CONVERT- Current
Date CURRENT_DATE- Dateadd
DATEADD- Extract
EXTRACT- Getdate
GETDATE- Substring
SUBSTRING- To
Char TO_CHAR- To
Date TO_DATE- To
Number TO_NUMBER- To
Timestamp TO_TIMESTAMP- Trim
TRIM
- TRUNC
TRUNC- ABS
ABS- CEILING
CEILING- FLOOR
FLOOR- LN
LN- LOG
LOG- ROUND
ROUND- SQRT
SQRT- CAST
CAST- LOWER
LOWER- RTRIM
RTRIM- UPPER
UPPER- COALESCE
COALESCE- CONVERT
CONVERT- CURRENT_DATE
CURRENT_DATE- DATEADD
DATEADD- EXTRACT
EXTRACT- GETDATE
GETDATE- SUBSTRING
SUBSTRING- TO_CHAR
TO_CHAR- TO_DATE
TO_DATE- TO_NUMBER
TO_NUMBER- TO_TIMESTAMP
TO_TIMESTAMP- TRIM
TRIM
- "TRUNC"
TRUNC- "ABS"
ABS- "CEILING"
CEILING- "FLOOR"
FLOOR- "LN"
LN- "LOG"
LOG- "ROUND"
ROUND- "SQRT"
SQRT- "CAST"
CAST- "LOWER"
LOWER- "RTRIM"
RTRIM- "UPPER"
UPPER- "COALESCE"
COALESCE- "CONVERT"
CONVERT- "CURRENT_DATE"
CURRENT_DATE- "DATEADD"
DATEADD- "EXTRACT"
EXTRACT- "GETDATE"
GETDATE- "SUBSTRING"
SUBSTRING- "TO_CHAR"
TO_CHAR- "TO_DATE"
TO_DATE- "TO_NUMBER"
TO_NUMBER- "TO_TIMESTAMP"
TO_TIMESTAMP- "TRIM"
TRIM
ConfiguredTableSelectedAnalysisMethod, ConfiguredTableSelectedAnalysisMethodArgs
- Direct
Query DIRECT_QUERY- Direct
Job DIRECT_JOB
- Configured
Table Selected Analysis Method Direct Query DIRECT_QUERY- Configured
Table Selected Analysis Method Direct Job DIRECT_JOB
- Direct
Query DIRECT_QUERY- Direct
Job DIRECT_JOB
- Direct
Query DIRECT_QUERY- Direct
Job DIRECT_JOB
- DIRECT_QUERY
DIRECT_QUERY- DIRECT_JOB
DIRECT_JOB
- "DIRECT_QUERY"
DIRECT_QUERY- "DIRECT_JOB"
DIRECT_JOB
ConfiguredTableSnowflakeTableReference, ConfiguredTableSnowflakeTableReferenceArgs
- Account
Identifier string - Database
Name string - Schema
Name string - Secret
Arn string - Table
Name string - Table
Schema ConfiguredTable Snowflake Table Schema Properties
- account
Identifier String - database
Name String - schema
Name String - secret
Arn String - table
Name String - table
Schema ConfiguredTable Snowflake Table Schema Properties
- account
Identifier string - database
Name string - schema
Name string - secret
Arn string - table
Name string - table
Schema ConfiguredTable Snowflake Table Schema Properties
- account
Identifier String - database
Name String - schema
Name String - secret
Arn String - table
Name String - table
Schema Property Map
ConfiguredTableSnowflakeTableSchemaProperties, ConfiguredTableSnowflakeTableSchemaPropertiesArgs
ConfiguredTableSnowflakeTableSchemaV1, ConfiguredTableSnowflakeTableSchemaV1Args
- Column
Name string - Column
Type string
- Column
Name string - Column
Type string
- column
Name String - column
Type String
- column
Name string - column
Type string
- column_
name str - column_
type str
- column
Name String - column
Type String
ConfiguredTableTableReference0Properties, ConfiguredTableTableReference0PropertiesArgs
ConfiguredTableTableReference1Properties, ConfiguredTableTableReference1PropertiesArgs
ConfiguredTableTableReference2Properties, ConfiguredTableTableReference2PropertiesArgs
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
