Class: Aws::QBusiness::Types::CreateIndexRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier of the Amazon Q Business application using the index.

Returns:

  • (String)


1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1458

class CreateIndexRequest < Struct.new(
  :application_id,
  :display_name,
  :type,
  :description,
  :tags,
  :capacity_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_configurationTypes::IndexCapacityConfiguration

The capacity units you want to provision for your index. You can add and remove capacity to fit your usage needs.



1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1458

class CreateIndexRequest < Struct.new(
  :application_id,
  :display_name,
  :type,
  :description,
  :tags,
  :capacity_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A token that you provide to identify the request to create an index. Multiple calls to the CreateIndex API with the same client token will create only one index.

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

Returns:

  • (String)


1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1458

class CreateIndexRequest < Struct.new(
  :application_id,
  :display_name,
  :type,
  :description,
  :tags,
  :capacity_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the Amazon Q Business index.

Returns:

  • (String)


1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1458

class CreateIndexRequest < Struct.new(
  :application_id,
  :display_name,
  :type,
  :description,
  :tags,
  :capacity_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

A name for the Amazon Q Business index.

Returns:

  • (String)


1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1458

class CreateIndexRequest < Struct.new(
  :application_id,
  :display_name,
  :type,
  :description,
  :tags,
  :capacity_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of key-value pairs that identify or categorize the index. You can also use tags to help control access to the index. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

Returns:



1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1458

class CreateIndexRequest < Struct.new(
  :application_id,
  :display_name,
  :type,
  :description,
  :tags,
  :capacity_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The index type that's suitable for your needs. For more information on what's included in each type of index or index tier, see Amazon Q Business tiers.

Returns:

  • (String)


1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1458

class CreateIndexRequest < Struct.new(
  :application_id,
  :display_name,
  :type,
  :description,
  :tags,
  :capacity_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end