CleanRoomsService / Client / get_collaboration_configured_audience_model_association

get_collaboration_configured_audience_model_association#

CleanRoomsService.Client.get_collaboration_configured_audience_model_association(**kwargs)#

Retrieves a configured audience model association within a collaboration.

See also: AWS API Documentation

Request Syntax

response = client.get_collaboration_configured_audience_model_association(
    collaborationIdentifier='string',
    configuredAudienceModelAssociationIdentifier='string'
)
Parameters:
  • collaborationIdentifier (string) –

    [REQUIRED]

    A unique identifier for the collaboration that the configured audience model association belongs to. Accepts a collaboration ID.

  • configuredAudienceModelAssociationIdentifier (string) –

    [REQUIRED]

    A unique identifier for the configured audience model association that you want to retrieve.

Return type:

dict

Returns:

Response Syntax

{
    'collaborationConfiguredAudienceModelAssociation': {
        'id': 'string',
        'arn': 'string',
        'collaborationId': 'string',
        'collaborationArn': 'string',
        'configuredAudienceModelArn': 'string',
        'name': 'string',
        'description': 'string',
        'creatorAccountId': 'string',
        'createTime': datetime(2015, 1, 1),
        'updateTime': datetime(2015, 1, 1)
    }
}

Response Structure

  • (dict) –

    • collaborationConfiguredAudienceModelAssociation (dict) –

      The metadata of the configured audience model association.

      • id (string) –

        The identifier of the configured audience model association.

      • arn (string) –

        The Amazon Resource Name (ARN) of the configured audience model association.

      • collaborationId (string) –

        A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.

      • collaborationArn (string) –

        The unique ARN for the configured audience model’s associated collaboration.

      • configuredAudienceModelArn (string) –

        The Amazon Resource Name (ARN) of the configure audience model.

      • name (string) –

        The name of the configured audience model association.

      • description (string) –

        The description of the configured audience model association.

      • creatorAccountId (string) –

        The identifier used to reference members of the collaboration. Only supports AWS account ID.

      • createTime (datetime) –

        The time at which the configured audience model association was created.

      • updateTime (datetime) –

        The most recent time at which the configured audience model association was updated.

Exceptions