Class: Aws::EMR::Types::UpdateStudioSessionMappingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::UpdateStudioSessionMappingInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_id ⇒ String
The globally unique identifier (GUID) of the user or group.
-
#identity_name ⇒ String
The name of the user or group to update.
-
#identity_type ⇒ String
Specifies whether the identity to update is a user or a group.
-
#session_policy_arn ⇒ String
The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.
-
#studio_id ⇒ String
The ID of the Amazon EMR Studio.
Instance Attribute Details
#identity_id ⇒ String
The globally unique identifier (GUID) of the user or group. For more information, see [UserId] and [GroupId] in the *IAM Identity Center Identity Store API Reference*. Either ‘IdentityName` or `IdentityId` must be specified.
[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
7020 7021 7022 7023 7024 7025 7026 7027 7028 |
# File 'lib/aws-sdk-emr/types.rb', line 7020 class UpdateStudioSessionMappingInput < Struct.new( :studio_id, :identity_id, :identity_name, :identity_type, :session_policy_arn) SENSITIVE = [] include Aws::Structure end |
#identity_name ⇒ String
The name of the user or group to update. For more information, see
- UserName][1
-
and [DisplayName] in the *IAM Identity Center
Identity Store API Reference*. Either ‘IdentityName` or `IdentityId` must be specified.
[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
7020 7021 7022 7023 7024 7025 7026 7027 7028 |
# File 'lib/aws-sdk-emr/types.rb', line 7020 class UpdateStudioSessionMappingInput < Struct.new( :studio_id, :identity_id, :identity_name, :identity_type, :session_policy_arn) SENSITIVE = [] include Aws::Structure end |
#identity_type ⇒ String
Specifies whether the identity to update is a user or a group.
7020 7021 7022 7023 7024 7025 7026 7027 7028 |
# File 'lib/aws-sdk-emr/types.rb', line 7020 class UpdateStudioSessionMappingInput < Struct.new( :studio_id, :identity_id, :identity_name, :identity_type, :session_policy_arn) SENSITIVE = [] include Aws::Structure end |
#session_policy_arn ⇒ String
The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.
7020 7021 7022 7023 7024 7025 7026 7027 7028 |
# File 'lib/aws-sdk-emr/types.rb', line 7020 class UpdateStudioSessionMappingInput < Struct.new( :studio_id, :identity_id, :identity_name, :identity_type, :session_policy_arn) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The ID of the Amazon EMR Studio.
7020 7021 7022 7023 7024 7025 7026 7027 7028 |
# File 'lib/aws-sdk-emr/types.rb', line 7020 class UpdateStudioSessionMappingInput < Struct.new( :studio_id, :identity_id, :identity_name, :identity_type, :session_policy_arn) SENSITIVE = [] include Aws::Structure end |