@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:28.011Z")
public interface CfnStudioSessionMappingProps
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() |
java.lang.String |
getIdentityName()
The name of the user or group.
|
java.lang.String |
getIdentityType()
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
|
java.lang.String |
getSessionPolicyArn()
The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group.
|
java.lang.String |
getStudioId()
The ID of the Amazon EMR Studio to which the user or group will be mapped.
|
java.lang.String getIdentityName()
For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference .
java.lang.String getIdentityType()
java.lang.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 .
java.lang.String getStudioId()
static CfnStudioSessionMappingProps.Builder builder()