1. Packages
  2. AWS Native
  3. API Docs
  4. cleanrooms
  5. getConfiguredTable

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.cleanrooms.getConfiguredTable

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Represents a table that can be associated with collaborations

    Using getConfiguredTable

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getConfiguredTable(args: GetConfiguredTableArgs, opts?: InvokeOptions): Promise<GetConfiguredTableResult>
    function getConfiguredTableOutput(args: GetConfiguredTableOutputArgs, opts?: InvokeOptions): Output<GetConfiguredTableResult>
    def get_configured_table(configured_table_identifier: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetConfiguredTableResult
    def get_configured_table_output(configured_table_identifier: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetConfiguredTableResult]
    func LookupConfiguredTable(ctx *Context, args *LookupConfiguredTableArgs, opts ...InvokeOption) (*LookupConfiguredTableResult, error)
    func LookupConfiguredTableOutput(ctx *Context, args *LookupConfiguredTableOutputArgs, opts ...InvokeOption) LookupConfiguredTableResultOutput

    > Note: This function is named LookupConfiguredTable in the Go SDK.

    public static class GetConfiguredTable 
    {
        public static Task<GetConfiguredTableResult> InvokeAsync(GetConfiguredTableArgs args, InvokeOptions? opts = null)
        public static Output<GetConfiguredTableResult> Invoke(GetConfiguredTableInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConfiguredTableResult> getConfiguredTable(GetConfiguredTableArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:cleanrooms:getConfiguredTable
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getConfiguredTable Result

    The following output properties are available:

    AnalysisRules []ConfiguredTableAnalysisRule
    Arn string
    ConfiguredTableIdentifier string
    Description string
    Name string
    Tags Tag
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    analysisRules List<ConfiguredTableAnalysisRule>
    arn String
    configuredTableIdentifier String
    description String
    name String
    tags List<Tag>
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    analysisRules ConfiguredTableAnalysisRule[]
    arn string
    configuredTableIdentifier string
    description string
    name string
    tags Tag[]
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    analysis_rules Sequence[ConfiguredTableAnalysisRule]
    arn str
    configured_table_identifier str
    description str
    name str
    tags Sequence[root_Tag]
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
    analysisRules List<Property Map>
    arn String
    configuredTableIdentifier String
    description String
    name String
    tags List<Property Map>
    An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.

    Supporting Types

    ConfiguredTableAggregateColumn

    ConfiguredTableAggregateFunctionName

    ConfiguredTableAggregationConstraint

    ConfiguredTableAggregationType

    ConfiguredTableAnalysisRule

    ConfiguredTableAnalysisRuleAggregation

    ConfiguredTableAnalysisRuleCustom

    ConfiguredTableAnalysisRuleList

    ConfiguredTableAnalysisRulePolicy

    ConfiguredTableAnalysisRulePolicyV10Properties

    ConfiguredTableAnalysisRulePolicyV11Properties

    ConfiguredTableAnalysisRulePolicyV12Properties

    ConfiguredTableAnalysisRuleType

    ConfiguredTableDifferentialPrivacy

    ConfiguredTableDifferentialPrivacyColumn

    Name string
    Name string
    name String
    name string
    name str
    name String

    ConfiguredTableJoinOperator

    ConfiguredTableJoinRequiredOption

    ConfiguredTableScalarFunctions

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi