| Package | Description |
|---|---|
| software.amazon.awscdk.services.emr |
Amazon EMR Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnStudioSessionMapping.Builder |
CfnStudioSessionMapping.Builder.create(software.constructs.Construct scope,
String id) |
CfnStudioSessionMapping.Builder |
CfnStudioSessionMapping.Builder.identityName(String identityName)
The name of the user or group.
|
CfnStudioSessionMapping.Builder |
CfnStudioSessionMapping.Builder.identityType(String identityType)
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
|
CfnStudioSessionMapping.Builder |
CfnStudioSessionMapping.Builder.sessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group.
|
CfnStudioSessionMapping.Builder |
CfnStudioSessionMapping.Builder.studioId(String studioId)
The ID of the Amazon EMR Studio to which the user or group will be mapped.
|
Copyright © 2022. All rights reserved.