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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnStudioSessionMappingProps
CfnStudioSessionMappingProps.Builder, CfnStudioSessionMappingProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStudioSessionMappingProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe name of the user or group.final StringSpecifies whether the identity to map to the Amazon EMR Studio is a user or a group.final ObjectThe Amazon Resource Name (ARN) for the session policy that will be applied to the user or group.final ObjectThe ID of the Amazon EMR Studio to which the user or group will be mapped.final inthashCode()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:CfnStudioSessionMappingPropsThe name of the user or group.For more information, see UserName and DisplayName in the IAM Identity Center Identity Store API Reference .
- Specified by:
getIdentityNamein interfaceCfnStudioSessionMappingProps- See Also:
-
getIdentityType
Description copied from interface:CfnStudioSessionMappingPropsSpecifies whether the identity to map to the Amazon EMR Studio is a user or a group.- Specified by:
getIdentityTypein interfaceCfnStudioSessionMappingProps- See Also:
-
getSessionPolicyArn
Description copied from interface:CfnStudioSessionMappingPropsThe 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 .
Returns union: either
StringorIManagedPolicyRef- Specified by:
getSessionPolicyArnin interfaceCfnStudioSessionMappingProps- See Also:
-
getStudioId
Description copied from interface:CfnStudioSessionMappingPropsThe ID of the Amazon EMR Studio to which the user or group will be mapped.Returns union: either
StringorIStudioRef- Specified by:
getStudioIdin interfaceCfnStudioSessionMappingProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-