Studio Session Mapping Args
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
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 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.