Method: Aws::Kendra::Types::EntityPersonaConfiguration#persona

Defined in:
lib/aws-sdk-kendra/types.rb

#personaString

The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source. The available personas or access roles are ‘Owner` and `Viewer`. For more information on these personas, see [Providing access to your search page].

[1]: docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html#access-search-experience

Returns:

  • (String)


4937
4938
4939
4940
4941
4942
# File 'lib/aws-sdk-kendra/types.rb', line 4937

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