Class CfnStudioSessionMappingMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.emr.CfnStudioSessionMappingMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStudioSessionMappingMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStudioSessionMappingMixinProps
@Stability(Stable)
@Internal
public static final class CfnStudioSessionMappingMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStudioSessionMappingMixinProps
An implementation for
CfnStudioSessionMappingMixinProps-
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.cfnpropertymixins.services.emr.CfnStudioSessionMappingMixinProps
CfnStudioSessionMappingMixinProps.Builder, CfnStudioSessionMappingMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStudioSessionMappingMixinProps.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 theCfnStudioSessionMappingMixinProps.Builder.
-
-
Method Details
-
getIdentityName
Description copied from interface:CfnStudioSessionMappingMixinPropsThe name of the user or group.For more information, see UserName and DisplayName in the Identity Store API Reference .
- Specified by:
getIdentityNamein interfaceCfnStudioSessionMappingMixinProps- See Also:
-
getIdentityType
Description copied from interface:CfnStudioSessionMappingMixinPropsSpecifies whether the identity to map to the Amazon EMR Studio is a user or a group.- Specified by:
getIdentityTypein interfaceCfnStudioSessionMappingMixinProps- See Also:
-
getSessionPolicyArn
Description copied from interface:CfnStudioSessionMappingMixinPropsThe 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 interfaceCfnStudioSessionMappingMixinProps- See Also:
-
getStudioId
Description copied from interface:CfnStudioSessionMappingMixinPropsThe ID of the Amazon EMR Studio to which the user or group will be mapped.Returns union: either
StringorIStudioRef- Specified by:
getStudioIdin interfaceCfnStudioSessionMappingMixinProps- 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()
-