update_studio
(**kwargs)¶Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.
See also: AWS API Documentation
Request Syntax
response = client.update_studio(
StudioId='string',
Name='string',
Description='string',
SubnetIds=[
'string',
],
DefaultS3Location='string'
)
[REQUIRED]
The ID of the Amazon EMR Studio to update.
A list of subnet IDs to associate with the Amazon EMR Studio. The list can include new subnet IDs, but must also include all of the subnet IDs previously associated with the Studio. The list order does not matter. A Studio can have a maximum of 5 subnets. The subnets must belong to the same VPC as the Studio.
None
Exceptions
EMR.Client.exceptions.InternalServerException
EMR.Client.exceptions.InvalidRequestException