CleanRoomsService / Client / get_configured_audience_model_association

get_configured_audience_model_association#

CleanRoomsService.Client.get_configured_audience_model_association(**kwargs)#

Returns information about a configured audience model association.

See also: AWS API Documentation

Request Syntax

response = client.get_configured_audience_model_association(
    configuredAudienceModelAssociationIdentifier='string',
    membershipIdentifier='string'
)
Parameters:
  • configuredAudienceModelAssociationIdentifier (string) –

    [REQUIRED]

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

  • membershipIdentifier (string) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{
    'configuredAudienceModelAssociation': {
        'id': 'string',
        'arn': 'string',
        'configuredAudienceModelArn': 'string',
        'membershipId': 'string',
        'membershipArn': 'string',
        'collaborationId': 'string',
        'collaborationArn': 'string',
        'name': 'string',
        'manageResourcePolicies': True|False,
        'description': 'string',
        'createTime': datetime(2015, 1, 1),
        'updateTime': datetime(2015, 1, 1)
    }
}

Response Structure

  • (dict) –

    • configuredAudienceModelAssociation (dict) –

      Information about the configured audience model association that you requested.

      • id (string) –

        A unique identifier of the configured audience model association.

      • arn (string) –

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

      • configuredAudienceModelArn (string) –

        The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.

      • membershipId (string) –

        A unique identifier for the membership that contains this configured audience model association.

      • membershipArn (string) –

        The Amazon Resource Name (ARN) of the membership that contains this configured audience model association.

      • collaborationId (string) –

        A unique identifier of the collaboration that contains this configured audience model association.

      • collaborationArn (string) –

        The Amazon Resource Name (ARN) of the collaboration that contains this configured audience model association.

      • name (string) –

        The name of the configured audience model association.

      • manageResourcePolicies (boolean) –

        When TRUE, indicates that the resource policy for the configured audience model resource being associated is configured for Clean Rooms to manage permissions related to the given collaboration. When FALSE, indicates that the configured audience model resource owner will manage permissions related to the given collaboration.

      • description (string) –

        The description of the configured audience model association.

      • 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