DataZone / Client / associate_governed_terms

associate_governed_terms

DataZone.Client.associate_governed_terms(**kwargs)

Associates governed terms with an asset.

See also: AWS API Documentation

Request Syntax

response = client.associate_governed_terms(
    domainIdentifier='string',
    entityIdentifier='string',
    entityType='ASSET',
    governedGlossaryTerms=[
        'string',
    ]
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

    The ID of the domain where governed terms are to be associated with an asset.

  • entityIdentifier (string) –

    [REQUIRED]

    The ID of the asset with which you want to associate a governed term.

  • entityType (string) –

    [REQUIRED]

    The type of the asset with which you want to associate a governed term.

  • governedGlossaryTerms (list) –

    [REQUIRED]

    The glossary terms in a restricted glossary.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions