AWS Fundamentals Logo
AWS Fundamentals
AWS::CleanRooms::IntermediateTable

CleanRooms IntermediateTable

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

Properties

7 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
MembershipIdentifier
string
RequiredCreate-only
Name
string
RequiredCreate-only
PopulationAnalysisConfiguration
PopulationAnalysisConfiguration
RequiredCreate-only
AnalysisRules
Array<IntermediateTableAnalysisRule>
Description
string
KmsKeyArn
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CollaborationArnstring-
CollaborationIdentifierstring-
IntermediateTableIdentifierstring-
MembershipArnstring-
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CleanRooms::IntermediateTable

Resources:
  MyResource:
    Type: AWS::CleanRooms::IntermediateTable
    Properties:
      MembershipIdentifier: "my-membershipidentifier"
      Name: "my-name"
      PopulationAnalysisConfiguration: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cleanrooms:CreateIntermediateTablecleanrooms:GetIntermediateTablecleanrooms:ListIntermediateTablescleanrooms:PopulateIntermediateTablecleanrooms:CreateIntermediateTableAnalysisRulecleanrooms:GetIntermediateTableAnalysisRulecleanrooms:GetCollaborationAnalysisTemplatecleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:GetMembershipcleanrooms:GetCollaborationkms:DescribeKeykms:GenerateDataKeykms:Decrypt

read

cleanrooms:GetIntermediateTablecleanrooms:GetIntermediateTableAnalysisRulecleanrooms:ListTagsForResourcecleanrooms:GetMembershipcleanrooms:GetCollaboration

update

cleanrooms:UpdateIntermediateTablecleanrooms:GetIntermediateTablecleanrooms:CreateIntermediateTableAnalysisRulecleanrooms:UpdateIntermediateTableAnalysisRulecleanrooms:GetIntermediateTableAnalysisRulecleanrooms:DeleteIntermediateTableAnalysisRulecleanrooms:GetMembershipcleanrooms:ListTagsForResourcecleanrooms:TagResourcecleanrooms:UntagResourcekms:DescribeKeykms:GenerateDataKeykms:Decrypt

delete

cleanrooms:DeleteIntermediateTablecleanrooms:GetIntermediateTablecleanrooms:ListIntermediateTablescleanrooms:DeleteIntermediateTableAnalysisRulecleanrooms:GetIntermediateTableAnalysisRulecleanrooms:GetMembershipcleanrooms:ListTagsForResourcecleanrooms:UntagResource

list

cleanrooms:ListIntermediateTablescleanrooms:GetMembershipcleanrooms:GetCollaboration

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceCleanRooms
Properties13
Required3
TaggingSupported
Primary IDIntermediateTableIdentifier

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

MembershipIdentifierNamePopulationAnalysisConfiguration

External Links