Class: Aws::Kendra::Types::EntityConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::EntityConfiguration
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Provides the configuration information for users or groups in your IAM Identity Center identity source to grant access your Amazon Kendra experience.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_id ⇒ String
The identifier of a user or group in your IAM Identity Center identity source.
-
#entity_type ⇒ String
Specifies whether you are configuring a
User
or aGroup
.
Instance Attribute Details
#entity_id ⇒ String
The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
4838 4839 4840 4841 4842 4843 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4838 class EntityConfiguration < Struct.new( :entity_id, :entity_type) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
Specifies whether you are configuring a User
or a Group
.
4838 4839 4840 4841 4842 4843 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4838 class EntityConfiguration < Struct.new( :entity_id, :entity_type) SENSITIVE = [] include Aws::Structure end |