Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConfiguredTableAssociationSummary

import type { ConfiguredTableAssociationSummary } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";

The configured table association summary for the objects listed by the request.

interface ConfiguredTableAssociationSummary {
arn: string;
configuredTableId: string;
createTime: Date | number;
id: string;
membershipArn: string;
membershipId: string;
name: string;
updateTime: Date | number;
}

§Properties

§
arn: string
[src]

The unique ARN for the configured table association.

§
configuredTableId: string
[src]

The unique configured table ID that this configured table association refers to.

§
createTime: Date | number
[src]

The time the configured table association was created.

§
id: string
[src]

The unique ID for the configured table association.

§
membershipArn: string
[src]

The unique ARN for the membership that the configured table association belongs to.

§
membershipId: string
[src]

The unique ID for the membership that the configured table association belongs to.

§
name: string
[src]

The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.

§
updateTime: Date | number
[src]

The time the configured table association was last updated.