Class: Aws::Kendra::Types::EntityConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#entity_idString

The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.

Returns:

  • (String)


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_typeString

Specifies whether you are configuring a User or a Group.

Returns:

  • (String)


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