Class: Aws::EMR::Types::CreateStudioSessionMappingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::CreateStudioSessionMappingInput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
When making an API call, you may pass CreateStudioSessionMappingInput data as a hash:
{
studio_id: "XmlStringMaxLen256", # required
identity_id: "XmlStringMaxLen256",
identity_name: "XmlStringMaxLen256",
identity_type: "USER", # required, accepts USER, GROUP
session_policy_arn: "XmlStringMaxLen256", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_id ⇒ String
The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.
-
#identity_name ⇒ String
The name of the user or group.
-
#identity_type ⇒ String
Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.
-
#session_policy_arn ⇒ String
The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group.
-
#studio_id ⇒ String
The ID of the Amazon EMR Studio to which the user or group will be mapped.
Instance Attribute Details
#identity_id ⇒ String
1623 1624 1625 1626 1627 1628 1629 1630 1631 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1623 class CreateStudioSessionMappingInput < 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. For more information, see
UserName and DisplayName in the Amazon Web Services SSO
Identity Store API Reference. Either IdentityName
or IdentityId
must be specified, but not both.
1623 1624 1625 1626 1627 1628 1629 1630 1631 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1623 class CreateStudioSessionMappingInput < 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 map to the Amazon EMR Studio is a user or a group.
1623 1624 1625 1626 1627 1628 1629 1630 1631 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1623 class CreateStudioSessionMappingInput < 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) 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 EMR Studio User Role with Session Policies.
1623 1624 1625 1626 1627 1628 1629 1630 1631 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1623 class CreateStudioSessionMappingInput < 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 to which the user or group will be mapped.
1623 1624 1625 1626 1627 1628 1629 1630 1631 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1623 class CreateStudioSessionMappingInput < Struct.new( :studio_id, :identity_id, :identity_name, :identity_type, :session_policy_arn) SENSITIVE = [] include Aws::Structure end |