aws::kendra-index

Creates a Kendra Index.

Example

aws::kendra-index index-example-enter
    description: "example-index-desc"
    edition: ENTERPRISE_EDITION
    name: "example-index"
    role: "arn:aws:iam::242040583208:role/service-role/AmazonKendra-us-east-1-example-role-har"

    capacity-units-configuration
        query-capacity-units: 5
        storage-capacity-units: 1
    end

    tags: {
        "example-key": "example-value"
    }
end

Attributes

Attribute Description
description The description for the index.
edition The Amazon Kendra edition to use for the index. Valid values are DEVELOPER_EDITION or ENTERPRISE_EDITION.
name The name of the index. (Required)
role The IAM role that gives Amazon Kendra permissions to access Amazon CloudWatch logs and metrics. (Required)
server-side-encryption-config subresource

The encryption configuration for the index.

kms-key
The AWS KMS customer master key. (Required)
capacity-units-configuration subresource

The number of addtional storage and query capacity units that should be used by the index.

query-capacity-units
The amount of extra query capacity for an index. (Required)
storage-capacity-units
The amount of extra storage capacity for an index.
tags map The tags associated with the index.

Outputs

Attribute Description
id The ID of the index.