@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.239Z") @Stability(value=Stable) public interface CfnStudioSessionMappingProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.emr.*;
CfnStudioSessionMappingProps cfnStudioSessionMappingProps = CfnStudioSessionMappingProps.builder()
.identityName("identityName")
.identityType("identityType")
.sessionPolicyArn("sessionPolicyArn")
.studioId("studioId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStudioSessionMappingProps.Builder
A builder for
CfnStudioSessionMappingProps |
static class |
CfnStudioSessionMappingProps.Jsii$Proxy
An implementation for
CfnStudioSessionMappingProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnStudioSessionMappingProps.Builder |
builder() |
String |
getIdentityName()
The name of the user or group.
|
String |
getIdentityType()
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
|
String |
getSessionPolicyArn()
The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group.
|
String |
getStudioId()
The ID of the Amazon EMR Studio to which the user or group will be mapped.
|
@Stability(value=Stable) @NotNull String getIdentityName()
For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference .
@Stability(value=Stable) @NotNull String getIdentityType()
@Stability(value=Stable) @NotNull String getSessionPolicyArn()
Session policies refine Studio user permissions without the need to use multiple IAM user roles. For more information, see Create an EMR Studio user role with session policies in the Amazon EMR Management Guide .
@Stability(value=Stable) @NotNull String getStudioId()
@Stability(value=Stable) static CfnStudioSessionMappingProps.Builder builder()
Copyright © 2022. All rights reserved.