Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

list_configured_table_associations

CleanRoomsService.Client.list_configured_table_associations(**kwargs)

Lists configured table associations for a membership.

See also: AWS API Documentation

Request Syntax

response = client.list_configured_table_associations(
    membershipIdentifier='string',
    nextToken='string',
    maxResults=123
)
Parameters
  • membershipIdentifier (string) --

    [REQUIRED]

    A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.

  • nextToken (string) -- The token value retrieved from a previous call to access the next page of results.
  • maxResults (integer) -- The maximum size of the results that is returned per call.
Return type

dict

Returns

Response Syntax

{
    'configuredTableAssociationSummaries': [
        {
            'configuredTableId': 'string',
            'membershipId': 'string',
            'membershipArn': 'string',
            'name': 'string',
            'createTime': datetime(2015, 1, 1),
            'updateTime': datetime(2015, 1, 1),
            'id': 'string',
            'arn': 'string'
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) --

    • configuredTableAssociationSummaries (list) --

      The retrieved list of configured table associations.

      • (dict) --

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

        • configuredTableId (string) --

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

        • membershipId (string) --

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

        • membershipArn (string) --

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

        • name (string) --

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

        • createTime (datetime) --

          The time the configured table association was created.

        • updateTime (datetime) --

          The time the configured table association was last updated.

        • id (string) --

          The unique ID for the configured table association.

        • arn (string) --

          The unique ARN for the configured table association.

    • nextToken (string) --

      The token value retrieved from a previous call to access the next page of results.

Exceptions

  • CleanRoomsService.Client.exceptions.InternalServerException
  • CleanRoomsService.Client.exceptions.ValidationException
  • CleanRoomsService.Client.exceptions.ThrottlingException
  • CleanRoomsService.Client.exceptions.AccessDeniedException