CleanRoomsService / Client / update_configured_audience_model_association

update_configured_audience_model_association#

CleanRoomsService.Client.update_configured_audience_model_association(**kwargs)#

Provides the details necessary to update a configured audience model association.

See also: AWS API Documentation

Request Syntax

response = client.update_configured_audience_model_association(
    configuredAudienceModelAssociationIdentifier='string',
    membershipIdentifier='string',
    description='string',
    name='string'
)
Parameters:
  • configuredAudienceModelAssociationIdentifier (string) –

    [REQUIRED]

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

  • membershipIdentifier (string) –

    [REQUIRED]

    A unique identifier of the membership that contains the configured audience model association that you want to update.

  • description (string) – A new description for the configured audience model association.

  • name (string) – A new name for the configured audience model association.

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) –

      Details about the configured audience model association that you updated.

      • 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