Method: Aws::EMR::Types::CreateStudioSessionMappingInput#identity_id

Defined in:
lib/aws-sdk-emr/types.rb

#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)


1405
1406
1407
1408
1409
1410
1411
1412
1413
# File 'lib/aws-sdk-emr/types.rb', line 1405

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