get Studio Session Mapping
suspend fun getStudioSessionMapping(argument: GetStudioSessionMappingPlainArgs): GetStudioSessionMappingResult
An example resource schema demonstrating some basic constructs and validation rules.
Return
null
Parameters
argument
null
suspend fun getStudioSessionMapping(identityName: String, identityType: StudioSessionMappingIdentityType, studioId: String): GetStudioSessionMappingResult
Return
null
Parameters
identity Name
The name of the user or group. For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.
identity Type
Specifies whether the identity to map to the Studio is a user or a group.
studio Id
The ID of the Amazon EMR Studio to which the user or group will be mapped.
See also
suspend fun getStudioSessionMapping(argument: suspend GetStudioSessionMappingPlainArgsBuilder.() -> Unit): GetStudioSessionMappingResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.emr.kotlin.inputs.GetStudioSessionMappingPlainArgs.