v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14100708545.5 KB

Creates an intermediate table in a membership. An intermediate table stores a query definition that you can execute later using <code>PopulateIntermediateTable</code> to materialize cached results. The intermediate table is owned by the member with the CAN_QUERY ability. This operation does not execute the stored query.

post/memberships/{membershipIdentifier}/intermediateTables

Path parameters

membershipIdentifierstring required

The unique identifier of the membership where the intermediate table is created.

Request body

namestring required

The display name for the intermediate table.

descriptionstring

A description of the intermediate table.

kmsKeyArnstring

The Amazon Resource Name (ARN) of the customer-managed KMS key used to encrypt the intermediate table data.

retentionInDaysinteger

The number of days to retain populated data versions. Minimum value of 1, maximum value of 365.

tagsobject

Map of tags assigned to a resource

Response

Success