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.46.0 published on Monday, Dec 29, 2025 by Pulumi
aws-native logo

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

AWS Cloud Control v1.46.0 published on Monday, Dec 29, 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 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 used within collaborations.
    AnalysisMethod 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 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 []string
    The columns within the underlying AWS Glue table that can be used within collaborations.
    AnalysisMethod 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 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 List<String>
    The columns within the underlying AWS Glue table that can be used within collaborations.
    analysisMethod 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 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 string[]
    The columns within the underlying AWS Glue table that can be used within collaborations.
    analysisMethod 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 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 Sequence[str]
    The columns within the underlying AWS Glue table that can be used within collaborations.
    analysis_method 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 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 List<String>
    The columns within the underlying AWS Glue table that can be used within collaborations.
    analysisMethod "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 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

    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

    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 ConfiguredTableAnalysisRulePolicy
    A policy that describes the associated data usage limitations.
    Type ConfiguredTableAnalysisRuleType
    The type of analysis rule.
    policy ConfiguredTableAnalysisRulePolicy
    A policy that describes the associated data usage limitations.
    type ConfiguredTableAnalysisRuleType
    The type of analysis rule.
    policy ConfiguredTableAnalysisRulePolicy
    A policy that describes the associated data usage limitations.
    type ConfiguredTableAnalysisRuleType
    The type of analysis rule.
    policy ConfiguredTableAnalysisRulePolicy
    A policy that describes the associated data usage limitations.
    type ConfiguredTableAnalysisRuleType
    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

    ConfiguredTableAnalysisRuleCustom, ConfiguredTableAnalysisRuleCustomArgs

    ConfiguredTableAnalysisRuleList, ConfiguredTableAnalysisRuleListArgs

    ConfiguredTableAnalysisRulePolicy, ConfiguredTableAnalysisRulePolicyArgs

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

    ConfiguredTableCommercialRegion, ConfiguredTableCommercialRegionArgs

    UsWest1
    us-west-1
    UsWest2
    us-west-2
    UsEast1
    us-east-1
    UsEast2
    us-east-2
    AfSouth1
    af-south-1
    ApEast1
    ap-east-1
    ApSouth2
    ap-south-2
    ApSoutheast1
    ap-southeast-1
    ApSoutheast2
    ap-southeast-2
    ApSoutheast5
    ap-southeast-5
    ApSoutheast4
    ap-southeast-4
    ApSoutheast7
    ap-southeast-7
    ApSouth1
    ap-south-1
    ApNortheast3
    ap-northeast-3
    ApNortheast1
    ap-northeast-1
    ApNortheast2
    ap-northeast-2
    CaCentral1
    ca-central-1
    CaWest1
    ca-west-1
    EuSouth1
    eu-south-1
    EuWest3
    eu-west-3
    EuSouth2
    eu-south-2
    EuCentral2
    eu-central-2
    EuCentral1
    eu-central-1
    EuNorth1
    eu-north-1
    EuWest1
    eu-west-1
    EuWest2
    eu-west-2
    MeSouth1
    me-south-1
    MeCentral1
    me-central-1
    IlCentral1
    il-central-1
    SaEast1
    sa-east-1
    MxCentral1
    mx-central-1
    ApEast2
    ap-east-2
    ConfiguredTableCommercialRegionUsWest1
    us-west-1
    ConfiguredTableCommercialRegionUsWest2
    us-west-2
    ConfiguredTableCommercialRegionUsEast1
    us-east-1
    ConfiguredTableCommercialRegionUsEast2
    us-east-2
    ConfiguredTableCommercialRegionAfSouth1
    af-south-1
    ConfiguredTableCommercialRegionApEast1
    ap-east-1
    ConfiguredTableCommercialRegionApSouth2
    ap-south-2
    ConfiguredTableCommercialRegionApSoutheast1
    ap-southeast-1
    ConfiguredTableCommercialRegionApSoutheast2
    ap-southeast-2
    ConfiguredTableCommercialRegionApSoutheast5
    ap-southeast-5
    ConfiguredTableCommercialRegionApSoutheast4
    ap-southeast-4
    ConfiguredTableCommercialRegionApSoutheast7
    ap-southeast-7
    ConfiguredTableCommercialRegionApSouth1
    ap-south-1
    ConfiguredTableCommercialRegionApNortheast3
    ap-northeast-3
    ConfiguredTableCommercialRegionApNortheast1
    ap-northeast-1
    ConfiguredTableCommercialRegionApNortheast2
    ap-northeast-2
    ConfiguredTableCommercialRegionCaCentral1
    ca-central-1
    ConfiguredTableCommercialRegionCaWest1
    ca-west-1
    ConfiguredTableCommercialRegionEuSouth1
    eu-south-1
    ConfiguredTableCommercialRegionEuWest3
    eu-west-3
    ConfiguredTableCommercialRegionEuSouth2
    eu-south-2
    ConfiguredTableCommercialRegionEuCentral2
    eu-central-2
    ConfiguredTableCommercialRegionEuCentral1
    eu-central-1
    ConfiguredTableCommercialRegionEuNorth1
    eu-north-1
    ConfiguredTableCommercialRegionEuWest1
    eu-west-1
    ConfiguredTableCommercialRegionEuWest2
    eu-west-2
    ConfiguredTableCommercialRegionMeSouth1
    me-south-1
    ConfiguredTableCommercialRegionMeCentral1
    me-central-1
    ConfiguredTableCommercialRegionIlCentral1
    il-central-1
    ConfiguredTableCommercialRegionSaEast1
    sa-east-1
    ConfiguredTableCommercialRegionMxCentral1
    mx-central-1
    ConfiguredTableCommercialRegionApEast2
    ap-east-2
    UsWest1
    us-west-1
    UsWest2
    us-west-2
    UsEast1
    us-east-1
    UsEast2
    us-east-2
    AfSouth1
    af-south-1
    ApEast1
    ap-east-1
    ApSouth2
    ap-south-2
    ApSoutheast1
    ap-southeast-1
    ApSoutheast2
    ap-southeast-2
    ApSoutheast5
    ap-southeast-5
    ApSoutheast4
    ap-southeast-4
    ApSoutheast7
    ap-southeast-7
    ApSouth1
    ap-south-1
    ApNortheast3
    ap-northeast-3
    ApNortheast1
    ap-northeast-1
    ApNortheast2
    ap-northeast-2
    CaCentral1
    ca-central-1
    CaWest1
    ca-west-1
    EuSouth1
    eu-south-1
    EuWest3
    eu-west-3
    EuSouth2
    eu-south-2
    EuCentral2
    eu-central-2
    EuCentral1
    eu-central-1
    EuNorth1
    eu-north-1
    EuWest1
    eu-west-1
    EuWest2
    eu-west-2
    MeSouth1
    me-south-1
    MeCentral1
    me-central-1
    IlCentral1
    il-central-1
    SaEast1
    sa-east-1
    MxCentral1
    mx-central-1
    ApEast2
    ap-east-2
    UsWest1
    us-west-1
    UsWest2
    us-west-2
    UsEast1
    us-east-1
    UsEast2
    us-east-2
    AfSouth1
    af-south-1
    ApEast1
    ap-east-1
    ApSouth2
    ap-south-2
    ApSoutheast1
    ap-southeast-1
    ApSoutheast2
    ap-southeast-2
    ApSoutheast5
    ap-southeast-5
    ApSoutheast4
    ap-southeast-4
    ApSoutheast7
    ap-southeast-7
    ApSouth1
    ap-south-1
    ApNortheast3
    ap-northeast-3
    ApNortheast1
    ap-northeast-1
    ApNortheast2
    ap-northeast-2
    CaCentral1
    ca-central-1
    CaWest1
    ca-west-1
    EuSouth1
    eu-south-1
    EuWest3
    eu-west-3
    EuSouth2
    eu-south-2
    EuCentral2
    eu-central-2
    EuCentral1
    eu-central-1
    EuNorth1
    eu-north-1
    EuWest1
    eu-west-1
    EuWest2
    eu-west-2
    MeSouth1
    me-south-1
    MeCentral1
    me-central-1
    IlCentral1
    il-central-1
    SaEast1
    sa-east-1
    MxCentral1
    mx-central-1
    ApEast2
    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

    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

    ConfiguredTableSnowflakeTableSchemaProperties, ConfiguredTableSnowflakeTableSchemaPropertiesArgs

    ConfiguredTableSnowflakeTableSchemaV1, ConfiguredTableSnowflakeTableSchemaV1Args

    ColumnName string
    ColumnType string
    ColumnName string
    ColumnType string
    columnName String
    columnType String
    columnName string
    columnType string
    columnName String
    columnType String

    ConfiguredTableTableReference0Properties, ConfiguredTableTableReference0PropertiesArgs

    ConfiguredTableTableReference1Properties, ConfiguredTableTableReference1PropertiesArgs

    ConfiguredTableTableReference2Properties, ConfiguredTableTableReference2PropertiesArgs

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

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

    AWS Cloud Control v1.46.0 published on Monday, Dec 29, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate