update_studio

EMR.Client.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'
)
Parameters
  • StudioId (string) --

    [REQUIRED]

    The ID of the Amazon EMR Studio to update.

  • Name (string) -- A descriptive name for the Amazon EMR Studio.
  • Description (string) -- A detailed description to assign to the Amazon EMR Studio.
  • SubnetIds (list) --

    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.

    • (string) --
  • DefaultS3Location (string) -- The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.
Returns

None

Exceptions

  • EMR.Client.exceptions.InternalServerException
  • EMR.Client.exceptions.InvalidRequestException