| Package | Description |
|---|---|
| software.amazon.awscdk.services.emr |
Amazon EMR Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnStudio.Builder |
CfnStudio.Builder.authMode(String authMode)
Specifies whether the Studio authenticates users using AWS SSO or IAM.
|
static CfnStudio.Builder |
CfnStudio.Builder.create(software.constructs.Construct scope,
String id) |
CfnStudio.Builder |
CfnStudio.Builder.defaultS3Location(String defaultS3Location)
The Amazon S3 location to back up EMR Studio Workspaces and notebook files.
|
CfnStudio.Builder |
CfnStudio.Builder.description(String description)
A detailed description of the Amazon EMR Studio.
|
CfnStudio.Builder |
CfnStudio.Builder.engineSecurityGroupId(String engineSecurityGroupId)
The ID of the Amazon EMR Studio Engine security group.
|
CfnStudio.Builder |
CfnStudio.Builder.idpAuthUrl(String idpAuthUrl)
Your identity provider's authentication endpoint.
|
CfnStudio.Builder |
CfnStudio.Builder.idpRelayStateParameterName(String idpRelayStateParameterName)
The name of your identity provider's `RelayState` parameter.
|
CfnStudio.Builder |
CfnStudio.Builder.name(String name)
A descriptive name for the Amazon EMR Studio.
|
CfnStudio.Builder |
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 |
CfnStudio.Builder.subnetIds(List<String> subnetIds)
A list of subnet IDs to associate with the Amazon EMR Studio.
|
CfnStudio.Builder |
CfnStudio.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnStudio.Builder |
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 |
CfnStudio.Builder.vpcId(String vpcId)
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
|
CfnStudio.Builder |
CfnStudio.Builder.workspaceSecurityGroupId(String workspaceSecurityGroupId)
The ID of the Workspace security group associated with the Amazon EMR Studio.
|
Copyright © 2022. All rights reserved.