EMR / Client / update_studio

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',
    EncryptionKeyArn='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.

  • EncryptionKeyArn (string) – The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.

Returns:

None

Exceptions

  • EMR.Client.exceptions.InternalServerException

  • EMR.Client.exceptions.InvalidRequestException