update_resource
(**kwargs)¶Updates the data access role used for vending access to the given (registered) resource in Lake Formation.
See also: AWS API Documentation
Request Syntax
response = client.update_resource(
RoleArn='string',
ResourceArn='string'
)
[REQUIRED]
The new role to use for the given resource registered in Lake Formation.
[REQUIRED]
The resource ARN.
dict
Response Syntax
{}
Response Structure
Exceptions
LakeFormation.Client.exceptions.InvalidInputException
LakeFormation.Client.exceptions.InternalServiceException
LakeFormation.Client.exceptions.OperationTimeoutException
LakeFormation.Client.exceptions.EntityNotFoundException