Class: Aws::EMR::Types::CreateStudioSessionMappingInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_idString

The globally unique identifier (GUID) of the user or group from the IAM Identity Center Identity Store. For more information, see

UserId][1

and [GroupId] in the *IAM Identity Center Identity

Store API Reference*. Either ‘IdentityName` or `IdentityId` must be specified, but not both.

[1]: docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html#singlesignon-Type-User-UserId [2]: docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html#singlesignon-Type-Group-GroupId

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-emr/types.rb', line 1306

class CreateStudioSessionMappingInput < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn)
  SENSITIVE = []
  include Aws::Structure
end

#identity_nameString

The name of the user or group. For more information, see

UserName][1

and [DisplayName] in the *IAM Identity Center

Identity Store API Reference*. Either ‘IdentityName` or `IdentityId` must be specified, but not both.

[1]: docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html#singlesignon-Type-User-UserName [2]: docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html#singlesignon-Type-Group-DisplayName

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-emr/types.rb', line 1306

class CreateStudioSessionMappingInput < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn)
  SENSITIVE = []
  include Aws::Structure
end

#identity_typeString

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

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-emr/types.rb', line 1306

class CreateStudioSessionMappingInput < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn)
  SENSITIVE = []
  include Aws::Structure
end

#session_policy_arnString

The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group. You should specify the ARN for the session policy that you want to apply, not the ARN of your user role. For more information, see [Create an Amazon EMR Studio User Role with Session Policies].

[1]: docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-user-role.html

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-emr/types.rb', line 1306

class CreateStudioSessionMappingInput < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn)
  SENSITIVE = []
  include Aws::Structure
end

#studio_idString

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

Returns:

  • (String)


1306
1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-emr/types.rb', line 1306

class CreateStudioSessionMappingInput < Struct.new(
  :studio_id,
  :identity_id,
  :identity_name,
  :identity_type,
  :session_policy_arn)
  SENSITIVE = []
  include Aws::Structure
end