We recommend new projects start with resources from the AWS provider.
aws-native.cleanrooms.ConfiguredTable
Explore with Pulumi AI
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,
                    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:
- AllowedColumns List<string>
- The columns within the underlying AWS Glue table that can be utilized within collaborations.
- AnalysisMethod Pulumi.Aws Native. Clean Rooms. Configured Table Analysis Method 
- The analysis method for the configured table. The only valid value is currently DIRECT_QUERY.
- TableReference 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.
- AnalysisRules 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.
- AllowedColumns []string
- The columns within the underlying AWS Glue table that can be utilized within collaborations.
- AnalysisMethod ConfiguredTable Analysis Method 
- The analysis method for the configured table. The only valid value is currently DIRECT_QUERY.
- TableReference ConfiguredTable | ConfiguredTable Reference0Properties Args Table | ConfiguredTable Reference1Properties Args Table Table Reference2Properties Args 
- The table that this configured table represents.
- AnalysisRules []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.
- 
TagArgs 
- An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
- allowedColumns List<String>
- The columns within the underlying AWS Glue table that can be utilized within collaborations.
- analysisMethod ConfiguredTable Analysis Method 
- The analysis method for the configured table. The only valid value is currently DIRECT_QUERY.
- tableReference ConfiguredTable | ConfiguredTable Reference0Properties Table | ConfiguredTable Reference1Properties Table Table Reference2Properties 
- The table that this configured table represents.
- analysisRules 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.
- allowedColumns string[]
- The columns within the underlying AWS Glue table that can be utilized within collaborations.
- analysisMethod ConfiguredTable Analysis Method 
- The analysis method for the configured table. The only valid value is currently DIRECT_QUERY.
- tableReference ConfiguredTable | ConfiguredTable Reference0Properties Table | ConfiguredTable Reference1Properties Table Table Reference2Properties 
- The table that this configured table represents.
- analysisRules 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 | 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.
- 
Sequence[TagArgs] 
- An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
- allowedColumns List<String>
- The columns within the underlying AWS Glue table that can be utilized within collaborations.
- analysisMethod "DIRECT_QUERY"
- The analysis method for the configured table. The only valid value is currently DIRECT_QUERY.
- tableReference 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.
- 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
- ConfiguredTable 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
- ConfiguredTable 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
- configuredTable 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
- configuredTable 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
- configuredTable 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
- NotAllowed 
- NOT_ALLOWED
- ConfiguredTable Additional Analyses Allowed 
- ALLOWED
- ConfiguredTable Additional Analyses Required 
- REQUIRED
- ConfiguredTable Additional Analyses Not Allowed 
- 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 List<String>
- function
ConfiguredTable Aggregate Function Name 
- column_names Sequence[str]
- function
ConfiguredTable Aggregate Function Name 
ConfiguredTableAggregateFunctionName, ConfiguredTableAggregateFunctionNameArgs          
- Sum
- SUM
- SumDistinct 
- SUM_DISTINCT
- Count
- COUNT
- CountDistinct 
- COUNT_DISTINCT
- Avg
- AVG
- ConfiguredTable Aggregate Function Name Sum 
- SUM
- ConfiguredTable Aggregate Function Name Sum Distinct 
- SUM_DISTINCT
- ConfiguredTable Aggregate Function Name Count 
- COUNT
- ConfiguredTable Aggregate Function Name Count Distinct 
- COUNT_DISTINCT
- ConfiguredTable Aggregate Function Name Avg 
- 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 string
- Minimum float64
- Type
ConfiguredTable Aggregation Type 
- columnName String
- minimum Double
- type
ConfiguredTable Aggregation Type 
- columnName string
- minimum number
- type
ConfiguredTable Aggregation Type 
- columnName String
- minimum Number
- type "COUNT_DISTINCT"
ConfiguredTableAggregationType, ConfiguredTableAggregationTypeArgs        
- CountDistinct 
- COUNT_DISTINCT
- ConfiguredTable Aggregation Type Count Distinct 
- COUNT_DISTINCT
- CountDistinct 
- COUNT_DISTINCT
- CountDistinct 
- COUNT_DISTINCT
- COUNT_DISTINCT
- COUNT_DISTINCT
- "COUNT_DISTINCT"
- COUNT_DISTINCT
ConfiguredTableAnalysisMethod, ConfiguredTableAnalysisMethodArgs        
- DirectQuery 
- DIRECT_QUERY
- ConfiguredTable Analysis Method Direct Query 
- DIRECT_QUERY
- DirectQuery 
- DIRECT_QUERY
- DirectQuery 
- 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
ConfiguredTable Analysis Rule Policy 
- A policy that describes the associated data usage limitations.
- Type
ConfiguredTable Analysis Rule Type 
- The type of analysis rule.
- policy
ConfiguredTable Analysis Rule Policy 
- A policy that describes the associated data usage limitations.
- type
ConfiguredTable Analysis Rule Type 
- The type of analysis rule.
- policy
ConfiguredTable Analysis Rule Policy 
- A policy that describes the associated data usage limitations.
- type
ConfiguredTable Analysis Rule Type 
- The type of analysis rule.
- policy
ConfiguredTable Analysis Rule Policy 
- A policy that describes the associated data usage limitations.
- type
ConfiguredTable 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          
- AggregateColumns List<Pulumi.Aws Native. Clean Rooms. Inputs. Configured Table Aggregate Column> 
- DimensionColumns List<string>
- JoinColumns List<string>
- OutputConstraints List<Pulumi.Aws Native. Clean Rooms. Inputs. Configured Table Aggregation Constraint> 
- ScalarFunctions List<Pulumi.Aws Native. Clean Rooms. Configured Table Scalar Functions> 
- AdditionalAnalyses Pulumi.Aws Native. Clean Rooms. Configured Table Additional Analyses 
- AllowedJoin List<Pulumi.Operators Aws Native. Clean Rooms. Configured Table Join Operator> 
- JoinRequired Pulumi.Aws Native. Clean Rooms. Configured Table Join Required Option 
- AggregateColumns []ConfiguredTable Aggregate Column 
- DimensionColumns []string
- JoinColumns []string
- OutputConstraints []ConfiguredTable Aggregation Constraint 
- ScalarFunctions []ConfiguredTable Scalar Functions 
- AdditionalAnalyses ConfiguredTable Additional Analyses 
- AllowedJoin []ConfiguredOperators Table Join Operator 
- JoinRequired ConfiguredTable Join Required Option 
- aggregateColumns List<ConfiguredTable Aggregate Column> 
- dimensionColumns List<String>
- joinColumns List<String>
- outputConstraints List<ConfiguredTable Aggregation Constraint> 
- scalarFunctions List<ConfiguredTable Scalar Functions> 
- additionalAnalyses ConfiguredTable Additional Analyses 
- allowedJoin List<ConfiguredOperators Table Join Operator> 
- joinRequired ConfiguredTable Join Required Option 
- aggregateColumns ConfiguredTable Aggregate Column[] 
- dimensionColumns string[]
- joinColumns string[]
- outputConstraints ConfiguredTable Aggregation Constraint[] 
- scalarFunctions ConfiguredTable Scalar Functions[] 
- additionalAnalyses ConfiguredTable Additional Analyses 
- allowedJoin ConfiguredOperators Table Join Operator[] 
- joinRequired 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 
- aggregateColumns List<Property Map>
- dimensionColumns List<String>
- joinColumns List<String>
- outputConstraints List<Property Map>
- scalarFunctions 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">
- additionalAnalyses "ALLOWED" | "REQUIRED" | "NOT_ALLOWED"
- allowedJoin List<"OR" | "AND">Operators 
- joinRequired "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 
- allowedAnalyses List<String>
- additionalAnalyses "ALLOWED" | "REQUIRED" | "NOT_ALLOWED"
- allowedAnalysis List<String>Providers 
- differentialPrivacy Property Map
- disallowedOutput 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
ConfiguredTable | 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
ConfiguredTable | 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
ConfiguredTable | 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
ConfiguredTable | 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
- ConfiguredTable Analysis Rule Type Aggregation 
- AGGREGATION
- ConfiguredTable Analysis Rule Type List 
- LIST
- ConfiguredTable 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          
- DatabaseName string
- TableName string
- WorkGroup string
- OutputLocation string
- DatabaseName string
- TableName string
- WorkGroup string
- OutputLocation string
- databaseName String
- tableName String
- workGroup String
- outputLocation String
- databaseName string
- tableName string
- workGroup string
- outputLocation string
- database_name str
- table_name str
- work_group str
- output_location str
- databaseName String
- tableName String
- workGroup String
- outputLocation String
ConfiguredTableDifferentialPrivacy, ConfiguredTableDifferentialPrivacyArgs        
ConfiguredTableDifferentialPrivacyColumn, ConfiguredTableDifferentialPrivacyColumnArgs          
- Name string
- Name string
- name String
- name string
- name str
- name String
ConfiguredTableGlueTableReference, ConfiguredTableGlueTableReferenceArgs          
- DatabaseName string
- TableName string
- DatabaseName string
- TableName string
- databaseName String
- tableName String
- databaseName string
- tableName string
- database_name str
- table_name str
- databaseName String
- tableName String
ConfiguredTableJoinOperator, ConfiguredTableJoinOperatorArgs        
- Or
- OR
- And
- AND
- ConfiguredTable Join Operator Or 
- OR
- ConfiguredTable Join Operator And 
- AND
- Or
- OR
- And
- AND
- Or
- OR
- And
- AND
- OR_
- OR
- AND_
- AND
- "OR"
- OR
- "AND"
- AND
ConfiguredTableJoinRequiredOption, ConfiguredTableJoinRequiredOptionArgs          
- QueryRunner 
- QUERY_RUNNER
- ConfiguredTable Join Required Option Query Runner 
- 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
- ConfiguredTable Scalar Functions Trunc 
- TRUNC
- ConfiguredTable Scalar Functions Abs 
- ABS
- ConfiguredTable Scalar Functions Ceiling 
- CEILING
- ConfiguredTable Scalar Functions Floor 
- FLOOR
- ConfiguredTable Scalar Functions Ln 
- LN
- ConfiguredTable Scalar Functions Log 
- LOG
- ConfiguredTable Scalar Functions Round 
- ROUND
- ConfiguredTable Scalar Functions Sqrt 
- SQRT
- ConfiguredTable Scalar Functions Cast 
- CAST
- ConfiguredTable Scalar Functions Lower 
- LOWER
- ConfiguredTable Scalar Functions Rtrim 
- RTRIM
- ConfiguredTable Scalar Functions Upper 
- UPPER
- ConfiguredTable Scalar Functions Coalesce 
- COALESCE
- ConfiguredTable Scalar Functions Convert 
- CONVERT
- ConfiguredTable Scalar Functions Current Date 
- CURRENT_DATE
- ConfiguredTable Scalar Functions Dateadd 
- DATEADD
- ConfiguredTable Scalar Functions Extract 
- EXTRACT
- ConfiguredTable Scalar Functions Getdate 
- GETDATE
- ConfiguredTable Scalar Functions Substring 
- SUBSTRING
- ConfiguredTable Scalar Functions To Char 
- TO_CHAR
- ConfiguredTable Scalar Functions To Date 
- TO_DATE
- ConfiguredTable Scalar Functions To Number 
- TO_NUMBER
- ConfiguredTable Scalar Functions To Timestamp 
- TO_TIMESTAMP
- ConfiguredTable 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
- 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
ConfiguredTableSnowflakeTableReference, ConfiguredTableSnowflakeTableReferenceArgs          
- AccountIdentifier string
- DatabaseName string
- SchemaName string
- SecretArn string
- TableName string
- TableSchema ConfiguredTable Snowflake Table Schema Properties 
- accountIdentifier String
- databaseName String
- schemaName String
- secretArn String
- tableName String
- tableSchema ConfiguredTable Snowflake Table Schema Properties 
- accountIdentifier string
- databaseName string
- schemaName string
- secretArn string
- tableName string
- tableSchema ConfiguredTable Snowflake Table Schema Properties 
- accountIdentifier String
- databaseName String
- schemaName String
- secretArn String
- tableName String
- tableSchema Property Map
ConfiguredTableSnowflakeTableSchemaProperties, ConfiguredTableSnowflakeTableSchemaPropertiesArgs            
ConfiguredTableSnowflakeTableSchemaV1, ConfiguredTableSnowflakeTableSchemaV1Args            
- ColumnName string
- ColumnType string
- ColumnName string
- ColumnType string
- columnName String
- columnType String
- columnName string
- columnType string
- column_name str
- column_type str
- columnName String
- columnType String
ConfiguredTableTableReference0Properties, ConfiguredTableTableReference0PropertiesArgs        
ConfiguredTableTableReference1Properties, ConfiguredTableTableReference1PropertiesArgs        
ConfiguredTableTableReference2Properties, ConfiguredTableTableReference2PropertiesArgs        
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.