Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeIndexResponse

import type { DescribeIndexResponse } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface DescribeIndexResponse {
CapacityUnits?: CapacityUnitsConfiguration | null;
CreatedAt?: Date | number | null;
Description?: string | null;
DocumentMetadataConfigurations?: DocumentMetadataConfiguration[] | null;
Edition?: IndexEdition | null;
ErrorMessage?: string | null;
Id?: string | null;
IndexStatistics?: IndexStatistics | null;
Name?: string | null;
RoleArn?: string | null;
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration | null;
Status?: IndexStatus | null;
UpdatedAt?: Date | number | null;
UserContextPolicy?: UserContextPolicy | null;
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration | null;
UserTokenConfigurations?: UserTokenConfiguration[] | null;
}

§Properties

§
CapacityUnits?: CapacityUnitsConfiguration | null
[src]

For Enterprise Edition 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 query or document storage capacity of zero indicates that the index is using the default capacity. For more information on the default capacity for an index and adjusting this, see Adjusting capacity.

§
CreatedAt?: Date | number | null
[src]

The Unix datetime that the index was created.

§
Description?: string | null
[src]

The description for the index.

§
DocumentMetadataConfigurations?: DocumentMetadataConfiguration[] | null
[src]

Configuration information for document metadata or fields. Document metadata are fields or attributes associated with your documents. For example, the company department name associated with each document.

§
Edition?: IndexEdition | null
[src]

The Amazon Kendra edition used for the index. You decide the edition when you create the index.

§
ErrorMessage?: string | null
[src]

When the Status field value is FAILED, the ErrorMessage field contains a message that explains why.

§
Id?: string | null
[src]

The identifier of the index.

§
IndexStatistics?: IndexStatistics | null
[src]

Provides information about the number of FAQ questions and answers and the number of text documents indexed.

§
Name?: string | null
[src]

The name of the index.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role that gives Amazon Kendra permission to write to your Amazon Cloudwatch logs.

§
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration | null
[src]

The identifier of the KMScustomer master key (CMK) that is used to encrypt your data. Amazon Kendra doesn't support asymmetric CMKs.

§
Status?: IndexStatus | null
[src]

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.

§
UpdatedAt?: Date | number | null
[src]

The Unix datetime that the index was last updated.

§
UserContextPolicy?: UserContextPolicy | null
[src]

The user context policy for the Amazon Kendra index.

§
UserGroupResolutionConfiguration?: UserGroupResolutionConfiguration | null
[src]

Whether you have enabled the configuration for fetching access levels of groups and users from an IAM Identity Center (successor to Single Sign-On) identity source.

§
UserTokenConfigurations?: UserTokenConfiguration[] | null
[src]

The user token configuration for the Amazon Kendra index.