Studio

class Studio : KotlinCustomResource

Resource schema for AWS::EMR::Studio

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the EMR Studio.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard
val description: Output<String>?

A detailed description of the Studio.

Link copied to clipboard
val encryptionKeyArn: Output<String>?

The AWS KMS key identifier (ARN) used to encrypt AWS EMR Studio workspace and notebook files when backed up to AWS S3.

Link copied to clipboard

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.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val idcInstanceArn: Output<String>?

The ARN of the IAM Identity Center instance to create the Studio application.

Link copied to clipboard

Specifies whether IAM Identity Center user assignment is REQUIRED or OPTIONAL. If the value is set to REQUIRED, users must be explicitly assigned to the Studio application to access the Studio.

Link copied to clipboard
val idpAuthUrl: Output<String>?

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.

Link copied to clipboard

The name of relay state parameter for external Identity Provider.

Link copied to clipboard
val name: Output<String>

A descriptive name for the Amazon EMR Studio.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serviceRole: Output<String>

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.

Link copied to clipboard
val studioId: Output<String>

The ID of the EMR Studio.

Link copied to clipboard
val subnetIds: Output<List<String>>

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.

Link copied to clipboard
val tags: Output<List<Tag>>?

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.

Link copied to clipboard

A Boolean indicating whether to enable Trusted identity propagation for the Studio. The default value is false.

Link copied to clipboard
val url: Output<String>

The unique Studio access URL.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userRole: Output<String>?

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.

Link copied to clipboard
val vpcId: Output<String>

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

Link copied to clipboard

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.