StudioSessionMappingArgs

data class StudioSessionMappingArgs(val identityName: Output<String>? = null, val identityType: Output<StudioSessionMappingIdentityType>? = null, val sessionPolicyArn: Output<String>? = null, val studioId: Output<String>? = null) : ConvertibleToJava<StudioSessionMappingArgs>

An example resource schema demonstrating some basic constructs and validation rules.

Constructors

Link copied to clipboard
constructor(identityName: Output<String>? = null, identityType: Output<StudioSessionMappingIdentityType>? = null, sessionPolicyArn: Output<String>? = null, studioId: Output<String>? = null)

Properties

Link copied to clipboard
val identityName: Output<String>? = null

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
val sessionPolicyArn: Output<String>? = null

The 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.

Link copied to clipboard
val studioId: Output<String>? = null

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(): StudioSessionMappingArgs