| Modifier and Type | Method and Description |
|---|---|
CfnStudio.Builder |
authMode(String authMode)
Specifies whether the Studio authenticates users using AWS SSO or IAM.
|
CfnStudio |
build() |
static CfnStudio.Builder |
create(software.constructs.Construct scope,
String id) |
CfnStudio.Builder |
defaultS3Location(String defaultS3Location)
The Amazon S3 location to back up EMR Studio Workspaces and notebook files.
|
CfnStudio.Builder |
description(String description)
A detailed description of the Amazon EMR Studio.
|
CfnStudio.Builder |
engineSecurityGroupId(String engineSecurityGroupId)
The ID of the Amazon EMR Studio Engine security group.
|
CfnStudio.Builder |
idpAuthUrl(String idpAuthUrl)
Your identity provider's authentication endpoint.
|
CfnStudio.Builder |
idpRelayStateParameterName(String idpRelayStateParameterName)
The name of your identity provider's `RelayState` parameter.
|
CfnStudio.Builder |
name(String name)
A descriptive name for the Amazon EMR Studio.
|
CfnStudio.Builder |
serviceRole(String serviceRole)
The Amazon Resource Name (ARN) of the IAM role that will be assumed by the Amazon EMR Studio.
|
CfnStudio.Builder |
subnetIds(List<String> subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio.
|
CfnStudio.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnStudio.Builder |
userRole(String userRole)
The Amazon Resource Name (ARN) of the IAM user role that will be assumed by users and groups logged in to a Studio.
|
CfnStudio.Builder |
vpcId(String vpcId)
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
|
CfnStudio.Builder |
workspaceSecurityGroupId(String workspaceSecurityGroupId)
The ID of the Workspace security group associated with the Amazon EMR Studio.
|
@Stability(value=Stable) public static CfnStudio.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnStudio.Builder.@Stability(value=Stable) public CfnStudio.Builder authMode(String authMode)
authMode - Specifies whether the Studio authenticates users using AWS SSO or IAM. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder defaultS3Location(String defaultS3Location)
defaultS3Location - The Amazon S3 location to back up EMR Studio Workspaces and notebook files. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder engineSecurityGroupId(String engineSecurityGroupId)
The Engine security group allows inbound network traffic from the Workspace security group, and it must be in the same VPC specified by VpcId .
engineSecurityGroupId - The ID of the Amazon EMR Studio Engine security group. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder name(String name)
name - A descriptive name for the Amazon EMR Studio. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder serviceRole(String serviceRole)
The service role provides a way for Amazon EMR Studio to interoperate with other AWS services.
serviceRole - The Amazon Resource Name (ARN) of the IAM role that will be assumed by the Amazon EMR Studio. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder subnetIds(List<String> subnetIds)
A Studio can have a maximum of 5 subnets. The subnets must belong to the VPC specified by VpcId . Studio users can create a Workspace in any of the specified subnets.
subnetIds - A list of subnet IDs to associate with the Amazon EMR Studio. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder vpcId(String vpcId)
vpcId - The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder workspaceSecurityGroupId(String workspaceSecurityGroupId)
The Workspace security group allows outbound network traffic to resources in the Engine security group and to the internet.
workspaceSecurityGroupId - The ID of the Workspace security group associated with the Amazon EMR Studio. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder description(String description)
description - A detailed description of the Amazon EMR Studio. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder idpAuthUrl(String idpAuthUrl)
Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL.
idpAuthUrl - Your identity provider's authentication endpoint. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder idpRelayStateParameterName(String idpRelayStateParameterName)
idpRelayStateParameterName - The name of your identity provider's `RelayState` parameter. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnStudio.Builder userRole(String userRole)
The permissions attached to this IAM role can be scoped down for each user or group using session policies. You only need to specify UserRole when you set AuthMode to SSO .
userRole - The Amazon Resource Name (ARN) of the IAM user role that will be assumed by users and groups logged in to a Studio. This parameter is required.thisCopyright © 2022. All rights reserved.