emr_update_studio: Updates an Amazon EMR Studio configuration, including...

View source: R/emr_operations.R

emr_update_studioR Documentation

Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets

Description

Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.

See https://www.paws-r-sdk.com/docs/emr_update_studio/ for full documentation.

Usage

emr_update_studio(
  StudioId,
  Name = NULL,
  Description = NULL,
  SubnetIds = NULL,
  DefaultS3Location = NULL
)

Arguments

StudioId

[required] The ID of the Amazon EMR Studio to update.

Name

A descriptive name for the Amazon EMR Studio.

Description

A detailed description to assign to the Amazon EMR Studio.

SubnetIds

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.

DefaultS3Location

The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.