1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. cleanrooms
  6. IntermediateTable

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

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
aws-native logo aws-native logo

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

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi

    Represents an intermediate table that stores cached query results within a collaboration

    Create IntermediateTable Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new IntermediateTable(name: string, args: IntermediateTableArgs, opts?: CustomResourceOptions);
    @overload
    def IntermediateTable(resource_name: str,
                          args: IntermediateTableArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def IntermediateTable(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          membership_identifier: Optional[str] = None,
                          population_analysis_configuration: Optional[IntermediateTablePopulationAnalysisConfigurationArgs] = None,
                          analysis_rules: Optional[Sequence[IntermediateTableAnalysisRuleArgs]] = None,
                          description: Optional[str] = None,
                          kms_key_arn: Optional[str] = None,
                          name: Optional[str] = None,
                          tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewIntermediateTable(ctx *Context, name string, args IntermediateTableArgs, opts ...ResourceOption) (*IntermediateTable, error)
    public IntermediateTable(string name, IntermediateTableArgs args, CustomResourceOptions? opts = null)
    public IntermediateTable(String name, IntermediateTableArgs args)
    public IntermediateTable(String name, IntermediateTableArgs args, CustomResourceOptions options)
    
    type: aws-native:cleanrooms:IntermediateTable
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_cleanrooms_intermediate_table" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args IntermediateTableArgs
    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 IntermediateTableArgs
    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 IntermediateTableArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IntermediateTableArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IntermediateTableArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    IntermediateTable 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 IntermediateTable resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the IntermediateTable resource produces the following output properties:

    Arn string
    CollaborationArn string
    CollaborationIdentifier string
    Id string
    The provider-assigned unique ID for this managed resource.
    IntermediateTableIdentifier string
    MembershipArn string
    Status Pulumi.AwsNative.CleanRooms.IntermediateTableStatus
    Arn string
    CollaborationArn string
    CollaborationIdentifier string
    Id string
    The provider-assigned unique ID for this managed resource.
    IntermediateTableIdentifier string
    MembershipArn string
    Status IntermediateTableStatus
    arn String
    collaborationArn String
    collaborationIdentifier String
    id String
    The provider-assigned unique ID for this managed resource.
    intermediateTableIdentifier String
    membershipArn String
    status IntermediateTableStatus
    arn string
    collaborationArn string
    collaborationIdentifier string
    id string
    The provider-assigned unique ID for this managed resource.
    intermediateTableIdentifier string
    membershipArn string
    status IntermediateTableStatus
    arn str
    collaboration_arn str
    collaboration_identifier str
    id str
    The provider-assigned unique ID for this managed resource.
    intermediate_table_identifier str
    membership_arn str
    status IntermediateTableStatus

    Supporting Types

    IntermediateTableAdditionalAnalyses, IntermediateTableAdditionalAnalysesArgs

    Allowed
    ALLOWED
    Required
    REQUIRED
    NotAllowed
    NOT_ALLOWED
    IntermediateTableAdditionalAnalysesAllowed
    ALLOWED
    IntermediateTableAdditionalAnalysesRequired
    REQUIRED
    IntermediateTableAdditionalAnalysesNotAllowed
    NOT_ALLOWED
    "ALLOWED"
    ALLOWED
    "REQUIRED"
    REQUIRED
    "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

    IntermediateTableAnalysisRule, IntermediateTableAnalysisRuleArgs

    IntermediateTableAnalysisRuleCustom, IntermediateTableAnalysisRuleCustomArgs

    IntermediateTableAnalysisRulePolicy, IntermediateTableAnalysisRulePolicyArgs

    IntermediateTableAnalysisRulePolicyV1Properties, IntermediateTableAnalysisRulePolicyV1PropertiesArgs

    IntermediateTableAnalysisRuleType, IntermediateTableAnalysisRuleTypeArgs

    Custom
    CUSTOM
    IntermediateTableAnalysisRuleTypeCustom
    CUSTOM
    "CUSTOM"
    CUSTOM
    Custom
    CUSTOM
    Custom
    CUSTOM
    CUSTOM
    CUSTOM
    "CUSTOM"
    CUSTOM

    IntermediateTableDifferentialPrivacy, IntermediateTableDifferentialPrivacyArgs

    IntermediateTableDifferentialPrivacyColumn, IntermediateTableDifferentialPrivacyColumnArgs

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

    IntermediateTablePopulationAnalysisConfiguration, IntermediateTablePopulationAnalysisConfigurationArgs

    IntermediateTablePopulationAnalysisSqlParameters, IntermediateTablePopulationAnalysisSqlParametersArgs

    IntermediateTableStatus, IntermediateTableStatusArgs

    Created
    CREATED
    PopulateStarted
    POPULATE_STARTED
    PopulateSuccess
    POPULATE_SUCCESS
    PopulateFailed
    POPULATE_FAILED
    DisallowedByDataProvider
    DISALLOWED_BY_DATA_PROVIDER
    BaseTableRemoved
    BASE_TABLE_REMOVED
    IntermediateTableStatusCreated
    CREATED
    IntermediateTableStatusPopulateStarted
    POPULATE_STARTED
    IntermediateTableStatusPopulateSuccess
    POPULATE_SUCCESS
    IntermediateTableStatusPopulateFailed
    POPULATE_FAILED
    IntermediateTableStatusDisallowedByDataProvider
    DISALLOWED_BY_DATA_PROVIDER
    IntermediateTableStatusBaseTableRemoved
    BASE_TABLE_REMOVED
    "CREATED"
    CREATED
    "POPULATE_STARTED"
    POPULATE_STARTED
    "POPULATE_SUCCESS"
    POPULATE_SUCCESS
    "POPULATE_FAILED"
    POPULATE_FAILED
    "DISALLOWED_BY_DATA_PROVIDER"
    DISALLOWED_BY_DATA_PROVIDER
    "BASE_TABLE_REMOVED"
    BASE_TABLE_REMOVED
    Created
    CREATED
    PopulateStarted
    POPULATE_STARTED
    PopulateSuccess
    POPULATE_SUCCESS
    PopulateFailed
    POPULATE_FAILED
    DisallowedByDataProvider
    DISALLOWED_BY_DATA_PROVIDER
    BaseTableRemoved
    BASE_TABLE_REMOVED
    Created
    CREATED
    PopulateStarted
    POPULATE_STARTED
    PopulateSuccess
    POPULATE_SUCCESS
    PopulateFailed
    POPULATE_FAILED
    DisallowedByDataProvider
    DISALLOWED_BY_DATA_PROVIDER
    BaseTableRemoved
    BASE_TABLE_REMOVED
    CREATED
    CREATED
    POPULATE_STARTED
    POPULATE_STARTED
    POPULATE_SUCCESS
    POPULATE_SUCCESS
    POPULATE_FAILED
    POPULATE_FAILED
    DISALLOWED_BY_DATA_PROVIDER
    DISALLOWED_BY_DATA_PROVIDER
    BASE_TABLE_REMOVED
    BASE_TABLE_REMOVED
    "CREATED"
    CREATED
    "POPULATE_STARTED"
    POPULATE_STARTED
    "POPULATE_SUCCESS"
    POPULATE_SUCCESS
    "POPULATE_FAILED"
    POPULATE_FAILED
    "DISALLOWED_BY_DATA_PROVIDER"
    DISALLOWED_BY_DATA_PROVIDER
    "BASE_TABLE_REMOVED"
    BASE_TABLE_REMOVED

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

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

    Viewing docs for AWS Cloud Control v1.76.0
    published on Monday, Aug 24, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial