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- DataZone.Client.exceptions.InternalServerException
- DataZone.Client.exceptions.ResourceNotFoundException
- DataZone.Client.exceptions.AccessDeniedException
- DataZone.Client.exceptions.ThrottlingException
- DataZone.Client.exceptions.ConflictException
- DataZone.Client.exceptions.ValidationException
- DataZone.Client.exceptions.UnauthorizedException