We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
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[ConfiguredTableTableReferenceArgs] = None,
analysis_rules: Optional[Sequence[ConfiguredTableAnalysisRuleArgs]] = None,
description: Optional[str] = None,
name: Optional[str] = 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 utilized within collaborations.
- Analysis
Method Pulumi.Aws Native. Clean Rooms. Configured Table Analysis Method - The analysis method for the configured table. The only valid value is currently
DIRECT_QUERY. - Table
Reference Pulumi.Aws Native. Clean Rooms. Inputs. Configured Table Table Reference - The AWS Glue 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.
-
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 utilized within collaborations.
- Analysis
Method ConfiguredTable Analysis Method - The analysis method for the configured table. The only valid value is currently
DIRECT_QUERY. - Table
Reference ConfiguredTable Table Reference Args - The AWS Glue 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.
-
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 utilized within collaborations.
- analysis
Method ConfiguredTable Analysis Method - The analysis method for the configured table. The only valid value is currently
DIRECT_QUERY. - table
Reference ConfiguredTable Table Reference - The AWS Glue 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.
- 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 utilized within collaborations.
- analysis
Method ConfiguredTable Analysis Method - The analysis method for the configured table. The only valid value is currently
DIRECT_QUERY. - table
Reference ConfiguredTable Table Reference - The AWS Glue 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.
- 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 utilized within collaborations.
- analysis_
method ConfiguredTable Analysis Method - The analysis method for the configured table. The only valid value is currently
DIRECT_QUERY. - table_
reference ConfiguredTable Table Reference Args - The AWS Glue 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.
-
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 utilized within collaborations.
- analysis
Method "DIRECT_QUERY" - The analysis method for the configured table. The only valid value is currently
DIRECT_QUERY. - table
Reference Property Map - The AWS Glue 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.
- 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
- Configured
Table Analysis Method Direct Query DIRECT_QUERY
- Direct
Query DIRECT_QUERY
- Direct
Query DIRECT_QUERY
- DIRECT_QUERY
DIRECT_QUERY
- "DIRECT_QUERY"
DIRECT_QUERY
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
ConfiguredTableDifferentialPrivacy, ConfiguredTableDifferentialPrivacyArgs
ConfiguredTableDifferentialPrivacyColumn, ConfiguredTableDifferentialPrivacyColumnArgs
- Name string
- Name string
- name String
- name string
- name str
- name String
ConfiguredTableGlueTableReference, ConfiguredTableGlueTableReferenceArgs
- Database
Name string - The name of the database the AWS Glue table belongs to.
- Table
Name string - The name of the AWS Glue table.
- Database
Name string - The name of the database the AWS Glue table belongs to.
- Table
Name string - The name of the AWS Glue table.
- database
Name String - The name of the database the AWS Glue table belongs to.
- table
Name String - The name of the AWS Glue table.
- database
Name string - The name of the database the AWS Glue table belongs to.
- table
Name string - The name of the AWS Glue table.
- database_
name str - The name of the database the AWS Glue table belongs to.
- table_
name str - The name of the AWS Glue table.
- database
Name String - The name of the database the AWS Glue table belongs to.
- table
Name String - The name of the AWS Glue table.
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
ConfiguredTableTableReference, ConfiguredTableTableReferenceArgs
- Glue
Pulumi.
Aws Native. Clean Rooms. Inputs. Configured Table Glue Table Reference - If present, a reference to the AWS Glue table referred to by this table reference.
- Glue
Configured
Table Glue Table Reference - If present, a reference to the AWS Glue table referred to by this table reference.
- glue
Configured
Table Glue Table Reference - If present, a reference to the AWS Glue table referred to by this table reference.
- glue
Configured
Table Glue Table Reference - If present, a reference to the AWS Glue table referred to by this table reference.
- glue
Configured
Table Glue Table Reference - If present, a reference to the AWS Glue table referred to by this table reference.
- glue Property Map
- If present, a reference to the AWS Glue table referred to by this table reference.
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.
published on Monday, Mar 9, 2026 by Pulumi
