The Amazon EMR Studio APIs are in preview release for Amazon EMR and are subject to change.
Creates a new Amazon EMR Studio.
emr_create_studio(Name, Description, AuthMode, VpcId, SubnetIds,
ServiceRole, UserRole, WorkspaceSecurityGroupId, EngineSecurityGroupId,
DefaultS3Location, Tags)
[required] A descriptive name for the Amazon EMR Studio.
A detailed description of the Studio.
[required] Specifies whether the Studio authenticates users using single sign-on (SSO) or IAM. Amazon EMR Studio currently only supports SSO authentication.
[required] The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
[required] A list of subnet IDs to associate with the Studio. The subnets must
belong to the VPC specified by VpcId
. Studio users can create a
Workspace in any of the specified subnets.
[required] The IAM role that will be assumed by the Amazon EMR Studio. The service role provides a way for Amazon EMR Studio to interoperate with other AWS services.
[required] The IAM user role that will be assumed by users and groups logged in to a Studio. The permissions attached to this IAM role can be scoped down for each user or group using session policies.
[required] The ID of the Amazon EMR Studio Workspace security group. The Workspace
security group allows outbound network traffic to resources in the
Engine security group, and it must be in the same VPC specified by
VpcId
.
[required] The ID of the Amazon EMR Studio Engine security group. The Engine
security group allows inbound network traffic from the Workspace
security group, and it must be in the same VPC specified by VpcId
.
The default Amazon S3 location to back up EMR Studio Workspaces and notebook files. A Studio user can select an alternative Amazon S3 location when creating a Workspace.
A list of tags to associate with the Studio. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.
A list with the following syntax:
list( StudioId = "string", Url = "string" )
svc$create_studio( Name = "string", Description = "string", AuthMode = "SSO"|"IAM", VpcId = "string", SubnetIds = list( "string" ), ServiceRole = "string", UserRole = "string", WorkspaceSecurityGroupId = "string", EngineSecurityGroupId = "string", DefaultS3Location = "string", Tags = list( list( Key = "string", Value = "string" ) ) )