You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kendra::Types::DescribeIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DescribeIndexResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#capacity_units ⇒ Types::CapacityUnitsConfiguration
For enterprise edtion indexes, you can choose to use additional capacity to meet the needs of your application.
-
#created_at ⇒ Time
The Unix datetime that the index was created.
-
#description ⇒ String
The description of the index.
-
#document_metadata_configurations ⇒ Array<Types::DocumentMetadataConfiguration>
Configuration settings for any metadata applied to the documents in the index.
-
#edition ⇒ String
The Amazon Kendra edition used for the index.
-
#error_message ⇒ String
When th e
Status
field value isFAILED
, theErrorMessage
field contains a message that explains why. -
#id ⇒ String
the name of the index.
-
#index_statistics ⇒ Types::IndexStatistics
Provides information about the number of FAQ questions and answers and the number of text documents indexed.
-
#name ⇒ String
The name of the index.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that gives Amazon Kendra permission to write to your Amazon Cloudwatch logs.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
The identifier of the AWS KMS customer master key (CMK) used to encrypt your data.
-
#status ⇒ String
The current status of the index.
-
#updated_at ⇒ Time
The Unix datetime that the index was last updated.
-
#user_context_policy ⇒ String
The user context policy for the Amazon Kendra index.
-
#user_token_configurations ⇒ Array<Types::UserTokenConfiguration>
The user token configuration for the Amazon Kendra index.
Instance Attribute Details
#capacity_units ⇒ Types::CapacityUnitsConfiguration
For enterprise edtion indexes, you can choose to use additional capacity to meet the needs of your application. This contains the capacity units used for the index. A 0 for the query capacity or the storage capacity indicates that the index is using the default capacity for the index.
#created_at ⇒ Time
The Unix datetime that the index was created.
#description ⇒ String
The description of the index.
#document_metadata_configurations ⇒ Array<Types::DocumentMetadataConfiguration>
Configuration settings for any metadata applied to the documents in the index.
#edition ⇒ String
The Amazon Kendra edition used for the index. You decide the edition when you create the index.
Possible values:
- DEVELOPER_EDITION
- ENTERPRISE_EDITION
#error_message ⇒ String
When th eStatus
field value is FAILED
, the ErrorMessage
field
contains a message that explains why.
#id ⇒ String
the name of the index.
#index_statistics ⇒ Types::IndexStatistics
Provides information about the number of FAQ questions and answers and the number of text documents indexed.
#name ⇒ String
The name of the index.
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that gives Amazon Kendra permission to write to your Amazon Cloudwatch logs.
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
The identifier of the AWS KMS customer master key (CMK) used to encrypt your data. Amazon Kendra doesn\'t support asymmetric CMKs.
#status ⇒ String
The current status of the index. When the value is ACTIVE
, the index
is ready for use. If the Status
field value is FAILED
, the
ErrorMessage
field contains a message that explains why.
Possible values:
- CREATING
- ACTIVE
- DELETING
- FAILED
- UPDATING
- SYSTEM_UPDATING
#updated_at ⇒ Time
The Unix datetime that the index was last updated.
#user_context_policy ⇒ String
The user context policy for the Amazon Kendra index.
Possible values:
- ATTRIBUTE_FILTER
- USER_TOKEN
#user_token_configurations ⇒ Array<Types::UserTokenConfiguration>
The user token configuration for the Amazon Kendra index.