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)


4872
4873
4874
4875
4876
4877
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4872

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)


4872
4873
4874
4875
4876
4877
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4872

class EntityConfiguration < Struct.new(
  :entity_id,
  :entity_type)
  SENSITIVE = []
  include Aws::Structure
end