Class: Aws::Kendra::Types::CreateExperienceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A token that you provide to identify the request to create your Amazon Kendra experience. Multiple calls to the CreateExperience API with the same client token creates only one Amazon Kendra experience.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2143

class CreateExperienceRequest < Struct.new(
  :name,
  :index_id,
  :role_arn,
  :configuration,
  :description,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::ExperienceConfiguration

Configuration information for your Amazon Kendra experience. This includes ContentSourceConfiguration, which specifies the data source IDs and/or FAQ IDs, and UserIdentityConfiguration, which specifies the user or group information to grant access to your Amazon Kendra experience.



2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2143

class CreateExperienceRequest < Struct.new(
  :name,
  :index_id,
  :role_arn,
  :configuration,
  :description,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for your Amazon Kendra experience.

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2143

class CreateExperienceRequest < Struct.new(
  :name,
  :index_id,
  :role_arn,
  :configuration,
  :description,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index for your Amazon Kendra experience.

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2143

class CreateExperienceRequest < Struct.new(
  :name,
  :index_id,
  :role_arn,
  :configuration,
  :description,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for your Amazon Kendra experience.

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2143

class CreateExperienceRequest < Struct.new(
  :name,
  :index_id,
  :role_arn,
  :configuration,
  :description,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of an IAM role with permission to access Query API, GetQuerySuggestions API, and other required APIs. The role also must include permission to access IAM Identity Center that stores your user and group information. For more information, see IAM access roles for Amazon Kendra.

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2143

class CreateExperienceRequest < Struct.new(
  :name,
  :index_id,
  :role_arn,
  :configuration,
  :description,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end