Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.emr.CfnStudioSessionMappingPropsMixin.Builder
Packages that use CfnStudioSessionMappingPropsMixin.Builder
-
Uses of CfnStudioSessionMappingPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.emr
Methods in software.amazon.awscdk.cfnpropertymixins.services.emr that return CfnStudioSessionMappingPropsMixin.BuilderModifier and TypeMethodDescriptionCfnStudioSessionMappingPropsMixin.Builder.create()CfnStudioSessionMappingPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnStudioSessionMappingPropsMixin.Builder.identityName(String identityName) The name of the user or group.CfnStudioSessionMappingPropsMixin.Builder.identityType(String identityType) Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.CfnStudioSessionMappingPropsMixin.Builder.sessionPolicyArn(String sessionPolicyArn) The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group.CfnStudioSessionMappingPropsMixin.Builder.sessionPolicyArn(IManagedPolicyRef sessionPolicyArn) The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group.The ID of the Amazon EMR Studio to which the user or group will be mapped.CfnStudioSessionMappingPropsMixin.Builder.studioId(IStudioRef studioId) The ID of the Amazon EMR Studio to which the user or group will be mapped.