1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. cleanrooms
  5. ConfiguredTable

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.cleanrooms.ConfiguredTable

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 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[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 This property is required. string
The unique name of the resource.
args This property is required. ConfiguredTableArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. ConfiguredTableArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ConfiguredTableArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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:

AllowedColumns This property is required. List<string>
The columns within the underlying AWS Glue table that can be utilized within collaborations.
AnalysisMethod This property is required. Pulumi.AwsNative.CleanRooms.ConfiguredTableAnalysisMethod

The analysis method for the configured table.

DIRECT_QUERY allows SQL queries to be run directly on this table.

DIRECT_JOB allows PySpark jobs to be run directly on this table.

MULTIPLE allows both SQL queries and PySpark jobs to be run directly on this table.

TableReference This property is required. Pulumi.AwsNative.CleanRooms.Inputs.ConfiguredTableTableReference0Properties | Pulumi.AwsNative.CleanRooms.Inputs.ConfiguredTableTableReference1Properties | Pulumi.AwsNative.CleanRooms.Inputs.ConfiguredTableTableReference2Properties
The table that this configured table represents.
AnalysisRules List<Pulumi.AwsNative.CleanRooms.Inputs.ConfiguredTableAnalysisRule>
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.
SelectedAnalysisMethods List<Pulumi.AwsNative.CleanRooms.ConfiguredTableSelectedAnalysisMethod>
The selected analysis methods for the configured table.
Tags List<Pulumi.AwsNative.Inputs.Tag>
An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
AllowedColumns This property is required. []string
The columns within the underlying AWS Glue table that can be utilized within collaborations.
AnalysisMethod This property is required. ConfiguredTableAnalysisMethod

The analysis method for the configured table.

DIRECT_QUERY allows SQL queries to be run directly on this table.

DIRECT_JOB allows PySpark jobs to be run directly on this table.

MULTIPLE allows both SQL queries and PySpark jobs to be run directly on this table.

TableReference This property is required. ConfiguredTableTableReference0PropertiesArgs | ConfiguredTableTableReference1PropertiesArgs | ConfiguredTableTableReference2PropertiesArgs
The table that this configured table represents.
AnalysisRules []ConfiguredTableAnalysisRuleArgs
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.
SelectedAnalysisMethods []ConfiguredTableSelectedAnalysisMethod
The selected analysis methods for the configured table.
Tags TagArgs
An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
allowedColumns This property is required. List<String>
The columns within the underlying AWS Glue table that can be utilized within collaborations.
analysisMethod This property is required. ConfiguredTableAnalysisMethod

The analysis method for the configured table.

DIRECT_QUERY allows SQL queries to be run directly on this table.

DIRECT_JOB allows PySpark jobs to be run directly on this table.

MULTIPLE allows both SQL queries and PySpark jobs to be run directly on this table.

tableReference This property is required. ConfiguredTableTableReference0Properties | ConfiguredTableTableReference1Properties | ConfiguredTableTableReference2Properties
The table that this configured table represents.
analysisRules List<ConfiguredTableAnalysisRule>
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.
selectedAnalysisMethods List<ConfiguredTableSelectedAnalysisMethod>
The selected analysis methods for the configured table.
tags List<Tag>
An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
allowedColumns This property is required. string[]
The columns within the underlying AWS Glue table that can be utilized within collaborations.
analysisMethod This property is required. ConfiguredTableAnalysisMethod

The analysis method for the configured table.

DIRECT_QUERY allows SQL queries to be run directly on this table.

DIRECT_JOB allows PySpark jobs to be run directly on this table.

MULTIPLE allows both SQL queries and PySpark jobs to be run directly on this table.

tableReference This property is required. ConfiguredTableTableReference0Properties | ConfiguredTableTableReference1Properties | ConfiguredTableTableReference2Properties
The table that this configured table represents.
analysisRules ConfiguredTableAnalysisRule[]
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.
selectedAnalysisMethods ConfiguredTableSelectedAnalysisMethod[]
The selected analysis methods for the configured table.
tags Tag[]
An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
allowed_columns This property is required. Sequence[str]
The columns within the underlying AWS Glue table that can be utilized within collaborations.
analysis_method This property is required. ConfiguredTableAnalysisMethod

The analysis method for the configured table.

DIRECT_QUERY allows SQL queries to be run directly on this table.

DIRECT_JOB allows PySpark jobs to be run directly on this table.

MULTIPLE allows both SQL queries and PySpark jobs to be run directly on this table.

table_reference This property is required. ConfiguredTableTableReference0PropertiesArgs | ConfiguredTableTableReference1PropertiesArgs | ConfiguredTableTableReference2PropertiesArgs
The table that this configured table represents.
analysis_rules Sequence[ConfiguredTableAnalysisRuleArgs]
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_methods Sequence[ConfiguredTableSelectedAnalysisMethod]
The selected analysis methods for the configured table.
tags Sequence[TagArgs]
An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
allowedColumns This property is required. List<String>
The columns within the underlying AWS Glue table that can be utilized within collaborations.
analysisMethod This property is required. "DIRECT_QUERY" | "DIRECT_JOB" | "MULTIPLE"

The analysis method for the configured table.

DIRECT_QUERY allows SQL queries to be run directly on this table.

DIRECT_JOB allows PySpark jobs to be run directly on this table.

MULTIPLE allows both SQL queries and PySpark jobs to be run directly on this table.

tableReference This property is required. Property Map | Property Map | Property Map
The table that this configured table represents.
analysisRules 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.
selectedAnalysisMethods List<"DIRECT_QUERY" | "DIRECT_JOB">
The selected analysis methods for the configured table.
tags 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

ConfiguredTableIdentifier string

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

ConfiguredTableIdentifier string

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

configuredTableIdentifier String

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

configuredTableIdentifier string

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_identifier str

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

configuredTableIdentifier String

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
NotAllowed
NOT_ALLOWED
ConfiguredTableAdditionalAnalysesAllowed
ALLOWED
ConfiguredTableAdditionalAnalysesRequired
REQUIRED
ConfiguredTableAdditionalAnalysesNotAllowed
NOT_ALLOWED
Allowed
ALLOWED
Required
REQUIRED
NotAllowed
NOT_ALLOWED
Allowed
ALLOWED
Required
REQUIRED
NotAllowed
NOT_ALLOWED
ALLOWED
ALLOWED
REQUIRED
REQUIRED
NOT_ALLOWED
NOT_ALLOWED
"ALLOWED"
ALLOWED
"REQUIRED"
REQUIRED
"NOT_ALLOWED"
NOT_ALLOWED

ConfiguredTableAggregateColumn
, ConfiguredTableAggregateColumnArgs

ColumnNames This property is required. List<string>
Function This property is required. Pulumi.AwsNative.CleanRooms.ConfiguredTableAggregateFunctionName
ColumnNames This property is required. []string
Function This property is required. ConfiguredTableAggregateFunctionName
columnNames This property is required. List<String>
function This property is required. ConfiguredTableAggregateFunctionName
columnNames This property is required. string[]
function This property is required. ConfiguredTableAggregateFunctionName
column_names This property is required. Sequence[str]
function This property is required. ConfiguredTableAggregateFunctionName
columnNames This property is required. List<String>
function This property is required. "SUM" | "SUM_DISTINCT" | "COUNT" | "COUNT_DISTINCT" | "AVG"

ConfiguredTableAggregateFunctionName
, ConfiguredTableAggregateFunctionNameArgs

Sum
SUM
SumDistinct
SUM_DISTINCT
Count
COUNT
CountDistinct
COUNT_DISTINCT
Avg
AVG
ConfiguredTableAggregateFunctionNameSum
SUM
ConfiguredTableAggregateFunctionNameSumDistinct
SUM_DISTINCT
ConfiguredTableAggregateFunctionNameCount
COUNT
ConfiguredTableAggregateFunctionNameCountDistinct
COUNT_DISTINCT
ConfiguredTableAggregateFunctionNameAvg
AVG
Sum
SUM
SumDistinct
SUM_DISTINCT
Count
COUNT
CountDistinct
COUNT_DISTINCT
Avg
AVG
Sum
SUM
SumDistinct
SUM_DISTINCT
Count
COUNT
CountDistinct
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

ColumnName This property is required. string
Minimum This property is required. double
Type This property is required. Pulumi.AwsNative.CleanRooms.ConfiguredTableAggregationType
ColumnName This property is required. string
Minimum This property is required. float64
Type This property is required. ConfiguredTableAggregationType
columnName This property is required. String
minimum This property is required. Double
type This property is required. ConfiguredTableAggregationType
columnName This property is required. string
minimum This property is required. number
type This property is required. ConfiguredTableAggregationType
column_name This property is required. str
minimum This property is required. float
type This property is required. ConfiguredTableAggregationType
columnName This property is required. String
minimum This property is required. Number
type This property is required. "COUNT_DISTINCT"

ConfiguredTableAggregationType
, ConfiguredTableAggregationTypeArgs

CountDistinct
COUNT_DISTINCT
ConfiguredTableAggregationTypeCountDistinct
COUNT_DISTINCT
CountDistinct
COUNT_DISTINCT
CountDistinct
COUNT_DISTINCT
COUNT_DISTINCT
COUNT_DISTINCT
"COUNT_DISTINCT"
COUNT_DISTINCT

ConfiguredTableAnalysisMethod
, ConfiguredTableAnalysisMethodArgs

DirectQuery
DIRECT_QUERY
DirectJob
DIRECT_JOB
Multiple
MULTIPLE
ConfiguredTableAnalysisMethodDirectQuery
DIRECT_QUERY
ConfiguredTableAnalysisMethodDirectJob
DIRECT_JOB
ConfiguredTableAnalysisMethodMultiple
MULTIPLE
DirectQuery
DIRECT_QUERY
DirectJob
DIRECT_JOB
Multiple
MULTIPLE
DirectQuery
DIRECT_QUERY
DirectJob
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 This property is required. Pulumi.AwsNative.CleanRooms.Inputs.ConfiguredTableAnalysisRulePolicy
A policy that describes the associated data usage limitations.
Type This property is required. Pulumi.AwsNative.CleanRooms.ConfiguredTableAnalysisRuleType
The type of analysis rule.
Policy This property is required. ConfiguredTableAnalysisRulePolicy
A policy that describes the associated data usage limitations.
Type This property is required. ConfiguredTableAnalysisRuleType
The type of analysis rule.
policy This property is required. ConfiguredTableAnalysisRulePolicy
A policy that describes the associated data usage limitations.
type This property is required. ConfiguredTableAnalysisRuleType
The type of analysis rule.
policy This property is required. ConfiguredTableAnalysisRulePolicy
A policy that describes the associated data usage limitations.
type This property is required. ConfiguredTableAnalysisRuleType
The type of analysis rule.
policy This property is required. ConfiguredTableAnalysisRulePolicy
A policy that describes the associated data usage limitations.
type This property is required. ConfiguredTableAnalysisRuleType
The type of analysis rule.
policy This property is required. Property Map
A policy that describes the associated data usage limitations.
type This property is required. "AGGREGATION" | "LIST" | "CUSTOM"
The type of analysis rule.

ConfiguredTableAnalysisRuleAggregation
, ConfiguredTableAnalysisRuleAggregationArgs

ConfiguredTableAnalysisRuleCustom
, ConfiguredTableAnalysisRuleCustomArgs

ConfiguredTableAnalysisRuleList
, ConfiguredTableAnalysisRuleListArgs

joinColumns This property is required. List<String>
listColumns This property is required. List<String>
additionalAnalyses "ALLOWED" | "REQUIRED" | "NOT_ALLOWED"
allowedJoinOperators List<"OR" | "AND">

ConfiguredTableAnalysisRulePolicy
, ConfiguredTableAnalysisRulePolicyArgs

V1 This property is required. ConfiguredTableAnalysisRulePolicyV10Properties | ConfiguredTableAnalysisRulePolicyV11Properties | ConfiguredTableAnalysisRulePolicyV12Properties
Controls on the query specifications that can be run on a configured table.
v1 This property is required. ConfiguredTableAnalysisRulePolicyV10Properties | ConfiguredTableAnalysisRulePolicyV11Properties | ConfiguredTableAnalysisRulePolicyV12Properties
Controls on the query specifications that can be run on a configured table.
v1 This property is required. ConfiguredTableAnalysisRulePolicyV10Properties | ConfiguredTableAnalysisRulePolicyV11Properties | ConfiguredTableAnalysisRulePolicyV12Properties
Controls on the query specifications that can be run on a configured table.
v1 This property is required. ConfiguredTableAnalysisRulePolicyV10Properties | ConfiguredTableAnalysisRulePolicyV11Properties | ConfiguredTableAnalysisRulePolicyV12Properties
Controls on the query specifications that can be run on a configured table.
v1 This property is required. Property Map | Property Map | Property Map
Controls on the query specifications that can be run on a configured table.

ConfiguredTableAnalysisRulePolicyV10Properties
, ConfiguredTableAnalysisRulePolicyV10PropertiesArgs

List This property is required. ConfiguredTableAnalysisRuleList
list This property is required. ConfiguredTableAnalysisRuleList
list This property is required. ConfiguredTableAnalysisRuleList
list This property is required. ConfiguredTableAnalysisRuleList
list This property is required. Property Map

ConfiguredTableAnalysisRulePolicyV11Properties
, ConfiguredTableAnalysisRulePolicyV11PropertiesArgs

aggregation This property is required. Property Map

ConfiguredTableAnalysisRulePolicyV12Properties
, ConfiguredTableAnalysisRulePolicyV12PropertiesArgs

Custom This property is required. ConfiguredTableAnalysisRuleCustom
custom This property is required. ConfiguredTableAnalysisRuleCustom
custom This property is required. ConfiguredTableAnalysisRuleCustom
custom This property is required. ConfiguredTableAnalysisRuleCustom
custom This property is required. Property Map

ConfiguredTableAnalysisRuleType
, ConfiguredTableAnalysisRuleTypeArgs

Aggregation
AGGREGATION
List
LIST
Custom
CUSTOM
ConfiguredTableAnalysisRuleTypeAggregation
AGGREGATION
ConfiguredTableAnalysisRuleTypeList
LIST
ConfiguredTableAnalysisRuleTypeCustom
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

DatabaseName This property is required. string
TableName This property is required. string
WorkGroup This property is required. string
OutputLocation string
DatabaseName This property is required. string
TableName This property is required. string
WorkGroup This property is required. string
OutputLocation string
databaseName This property is required. String
tableName This property is required. String
workGroup This property is required. String
outputLocation String
databaseName This property is required. string
tableName This property is required. string
workGroup This property is required. string
outputLocation string
database_name This property is required. str
table_name This property is required. str
work_group This property is required. str
output_location str
databaseName This property is required. String
tableName This property is required. String
workGroup This property is required. String
outputLocation String

ConfiguredTableDifferentialPrivacy
, ConfiguredTableDifferentialPrivacyArgs

columns This property is required. List<Property Map>

ConfiguredTableDifferentialPrivacyColumn
, ConfiguredTableDifferentialPrivacyColumnArgs

Name This property is required. string
Name This property is required. string
name This property is required. String
name This property is required. string
name This property is required. str
name This property is required. String

ConfiguredTableGlueTableReference
, ConfiguredTableGlueTableReferenceArgs

DatabaseName This property is required. string
TableName This property is required. string
DatabaseName This property is required. string
TableName This property is required. string
databaseName This property is required. String
tableName This property is required. String
databaseName This property is required. string
tableName This property is required. string
database_name This property is required. str
table_name This property is required. str
databaseName This property is required. String
tableName This property is required. String

ConfiguredTableJoinOperator
, ConfiguredTableJoinOperatorArgs

Or
OR
And
AND
ConfiguredTableJoinOperatorOr
OR
ConfiguredTableJoinOperatorAnd
AND
Or
OR
And
AND
Or
OR
And
AND
OR_
OR
AND_
AND
"OR"
OR
"AND"
AND

ConfiguredTableJoinRequiredOption
, ConfiguredTableJoinRequiredOptionArgs

QueryRunner
QUERY_RUNNER
ConfiguredTableJoinRequiredOptionQueryRunner
QUERY_RUNNER
QueryRunner
QUERY_RUNNER
QueryRunner
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
CurrentDate
CURRENT_DATE
Dateadd
DATEADD
Extract
EXTRACT
Getdate
GETDATE
Substring
SUBSTRING
ToChar
TO_CHAR
ToDate
TO_DATE
ToNumber
TO_NUMBER
ToTimestamp
TO_TIMESTAMP
Trim
TRIM
ConfiguredTableScalarFunctionsTrunc
TRUNC
ConfiguredTableScalarFunctionsAbs
ABS
ConfiguredTableScalarFunctionsCeiling
CEILING
ConfiguredTableScalarFunctionsFloor
FLOOR
ConfiguredTableScalarFunctionsLn
LN
ConfiguredTableScalarFunctionsLog
LOG
ConfiguredTableScalarFunctionsRound
ROUND
ConfiguredTableScalarFunctionsSqrt
SQRT
ConfiguredTableScalarFunctionsCast
CAST
ConfiguredTableScalarFunctionsLower
LOWER
ConfiguredTableScalarFunctionsRtrim
RTRIM
ConfiguredTableScalarFunctionsUpper
UPPER
ConfiguredTableScalarFunctionsCoalesce
COALESCE
ConfiguredTableScalarFunctionsConvert
CONVERT
ConfiguredTableScalarFunctionsCurrentDate
CURRENT_DATE
ConfiguredTableScalarFunctionsDateadd
DATEADD
ConfiguredTableScalarFunctionsExtract
EXTRACT
ConfiguredTableScalarFunctionsGetdate
GETDATE
ConfiguredTableScalarFunctionsSubstring
SUBSTRING
ConfiguredTableScalarFunctionsToChar
TO_CHAR
ConfiguredTableScalarFunctionsToDate
TO_DATE
ConfiguredTableScalarFunctionsToNumber
TO_NUMBER
ConfiguredTableScalarFunctionsToTimestamp
TO_TIMESTAMP
ConfiguredTableScalarFunctionsTrim
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
CurrentDate
CURRENT_DATE
Dateadd
DATEADD
Extract
EXTRACT
Getdate
GETDATE
Substring
SUBSTRING
ToChar
TO_CHAR
ToDate
TO_DATE
ToNumber
TO_NUMBER
ToTimestamp
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
CurrentDate
CURRENT_DATE
Dateadd
DATEADD
Extract
EXTRACT
Getdate
GETDATE
Substring
SUBSTRING
ToChar
TO_CHAR
ToDate
TO_DATE
ToNumber
TO_NUMBER
ToTimestamp
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

DirectQuery
DIRECT_QUERY
DirectJob
DIRECT_JOB
ConfiguredTableSelectedAnalysisMethodDirectQuery
DIRECT_QUERY
ConfiguredTableSelectedAnalysisMethodDirectJob
DIRECT_JOB
DirectQuery
DIRECT_QUERY
DirectJob
DIRECT_JOB
DirectQuery
DIRECT_QUERY
DirectJob
DIRECT_JOB
DIRECT_QUERY
DIRECT_QUERY
DIRECT_JOB
DIRECT_JOB
"DIRECT_QUERY"
DIRECT_QUERY
"DIRECT_JOB"
DIRECT_JOB

ConfiguredTableSnowflakeTableReference
, ConfiguredTableSnowflakeTableReferenceArgs

AccountIdentifier This property is required. string
DatabaseName This property is required. string
SchemaName This property is required. string
SecretArn This property is required. string
TableName This property is required. string
TableSchema This property is required. Pulumi.AwsNative.CleanRooms.Inputs.ConfiguredTableSnowflakeTableSchemaProperties
AccountIdentifier This property is required. string
DatabaseName This property is required. string
SchemaName This property is required. string
SecretArn This property is required. string
TableName This property is required. string
TableSchema This property is required. ConfiguredTableSnowflakeTableSchemaProperties
accountIdentifier This property is required. String
databaseName This property is required. String
schemaName This property is required. String
secretArn This property is required. String
tableName This property is required. String
tableSchema This property is required. ConfiguredTableSnowflakeTableSchemaProperties
accountIdentifier This property is required. string
databaseName This property is required. string
schemaName This property is required. string
secretArn This property is required. string
tableName This property is required. string
tableSchema This property is required. ConfiguredTableSnowflakeTableSchemaProperties
account_identifier This property is required. str
database_name This property is required. str
schema_name This property is required. str
secret_arn This property is required. str
table_name This property is required. str
table_schema This property is required. ConfiguredTableSnowflakeTableSchemaProperties
accountIdentifier This property is required. String
databaseName This property is required. String
schemaName This property is required. String
secretArn This property is required. String
tableName This property is required. String
tableSchema This property is required. Property Map

ConfiguredTableSnowflakeTableSchemaProperties
, ConfiguredTableSnowflakeTableSchemaPropertiesArgs

V1 This property is required. []ConfiguredTableSnowflakeTableSchemaV1
v1 This property is required. ConfiguredTableSnowflakeTableSchemaV1[]
v1 This property is required. List<Property Map>

ConfiguredTableSnowflakeTableSchemaV1
, ConfiguredTableSnowflakeTableSchemaV1Args

ColumnName This property is required. string
ColumnType This property is required. string
ColumnName This property is required. string
ColumnType This property is required. string
columnName This property is required. String
columnType This property is required. String
columnName This property is required. string
columnType This property is required. string
column_name This property is required. str
column_type This property is required. str
columnName This property is required. String
columnType This property is required. String

ConfiguredTableTableReference0Properties
, ConfiguredTableTableReference0PropertiesArgs

Glue This property is required. ConfiguredTableGlueTableReference
glue This property is required. ConfiguredTableGlueTableReference
glue This property is required. ConfiguredTableGlueTableReference
glue This property is required. ConfiguredTableGlueTableReference
glue This property is required. Property Map

ConfiguredTableTableReference1Properties
, ConfiguredTableTableReference1PropertiesArgs

snowflake This property is required. Property Map

ConfiguredTableTableReference2Properties
, ConfiguredTableTableReference2PropertiesArgs

Athena This property is required. ConfiguredTableAthenaTableReference
athena This property is required. ConfiguredTableAthenaTableReference
athena This property is required. ConfiguredTableAthenaTableReference
athena This property is required. ConfiguredTableAthenaTableReference
athena This property is required. Property Map

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi