Class CfnStudioSessionMappingProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emr.CfnStudioSessionMappingProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStudioSessionMappingProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStudioSessionMappingProps
@Stability(Stable)
@Internal
public static final class CfnStudioSessionMappingProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStudioSessionMappingProps
An implementation for
CfnStudioSessionMappingProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnStudioSessionMappingProps
CfnStudioSessionMappingProps.Builder, CfnStudioSessionMappingProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStudioSessionMappingProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The name of the user or group.final String
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.final String
The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group.final String
The ID of the Amazon EMR Studio to which the user or group will be mapped.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStudioSessionMappingProps.Builder
.
-
-
Method Details
-
getIdentityName
Description copied from interface:CfnStudioSessionMappingProps
The name of the user or group.For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference .
- Specified by:
getIdentityName
in interfaceCfnStudioSessionMappingProps
-
getIdentityType
Description copied from interface:CfnStudioSessionMappingProps
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.- Specified by:
getIdentityType
in interfaceCfnStudioSessionMappingProps
-
getSessionPolicyArn
Description copied from interface:CfnStudioSessionMappingProps
The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group.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 .
- Specified by:
getSessionPolicyArn
in interfaceCfnStudioSessionMappingProps
-
getStudioId
Description copied from interface:CfnStudioSessionMappingProps
The ID of the Amazon EMR Studio to which the user or group will be mapped.- Specified by:
getStudioId
in interfaceCfnStudioSessionMappingProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-