Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-emr-studio.json
Parent schema serverless-framework-configuration
Type: object

Resource schema for AWS::EMR::Studio. Source:- No source definition found, add manually please

Properties

AuthMode string | Aws_CF_FunctionString required

Specifies whether the Studio authenticates users using single sign-on (SSO) or IAM. Amazon EMR Studio currently only supports SSO authentication.

DefaultS3Location string | Aws_CF_FunctionString required

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.

EngineSecurityGroupId string | Aws_CF_FunctionString 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.

Name string | Aws_CF_FunctionString required

A descriptive name for the Amazon EMR Studio.

ServiceRole string | Aws_CF_FunctionString required
SubnetIds SubnetId[] required

A list of up to 5 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.

minItems=1
VpcId string | Aws_CF_FunctionString required

The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.

WorkspaceSecurityGroupId string | Aws_CF_FunctionString 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.

Description string | Aws_CF_FunctionString

A detailed description of the Studio.

Tags Tag[]
uniqueItems=true
UserRole string | Aws_CF_FunctionString
IdpAuthUrl string | Aws_CF_FunctionString

Your identity provider's authentication endpoint. Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL.

IdpRelayStateParameterName string | Aws_CF_FunctionString

The name of relay state parameter for external Identity Provider.

Definitions

SubnetId string | Aws_CF_FunctionString

Identifier of a subnet

Arn string | Aws_CF_FunctionString
Tags Tag[]
Tag object

An arbitrary set of tags (key-value pairs) for this EMR Studio.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that is 0 to 255 Unicode characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.