StudioSessionMapping

class StudioSessionMapping : KotlinCustomResource

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

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val identityName: Output<String>

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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.

Link copied to clipboard
val studioId: Output<String>

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

Link copied to clipboard
val urn: Output<String>