GetStudioSessionMappingPlainArgs

data class GetStudioSessionMappingPlainArgs(val identityName: String, val identityType: StudioSessionMappingIdentityType, val studioId: String) : ConvertibleToJava<GetStudioSessionMappingPlainArgs>

Constructors

Link copied to clipboard
constructor(identityName: String, identityType: StudioSessionMappingIdentityType, studioId: String)

Properties

Link copied to clipboard

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.

Link copied to clipboard

Specifies whether the identity to map to the Studio is a user or a group.

Link copied to clipboard

The ID of the Amazon EMR Studio to which the user or group will be mapped.

Functions

Link copied to clipboard
open override fun toJava(): GetStudioSessionMappingPlainArgs