| Package | Description |
|---|---|
| software.amazon.awscdk.services.kendra |
AWS::Kendra Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnIndex.Builder |
CfnIndex.Builder.capacityUnits(CfnIndex.CapacityUnitsConfigurationProperty capacityUnits)
Specifies capacity units configured for your index.
|
CfnIndex.Builder |
CfnIndex.Builder.capacityUnits(IResolvable capacityUnits)
Specifies capacity units configured for your index.
|
static CfnIndex.Builder |
CfnIndex.Builder.create(software.constructs.Construct scope,
String id) |
CfnIndex.Builder |
CfnIndex.Builder.description(String description)
A description of the index.
|
CfnIndex.Builder |
CfnIndex.Builder.documentMetadataConfigurations(IResolvable documentMetadataConfigurations)
Specifies the properties of an index field.
|
CfnIndex.Builder |
CfnIndex.Builder.documentMetadataConfigurations(List<? extends Object> documentMetadataConfigurations)
Specifies the properties of an index field.
|
CfnIndex.Builder |
CfnIndex.Builder.edition(String edition)
Indicates whether the index is a enterprise edition index or a developer edition index.
|
CfnIndex.Builder |
CfnIndex.Builder.name(String name)
The identifier of the index.
|
CfnIndex.Builder |
CfnIndex.Builder.roleArn(String roleArn)
An IAM role that gives Amazon Kendra permissions to access your Amazon CloudWatch logs and metrics.
|
CfnIndex.Builder |
CfnIndex.Builder.serverSideEncryptionConfiguration(CfnIndex.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration)
The identifier of the AWS KMS customer managed key (CMK) to use to encrypt data indexed by Amazon Kendra.
|
CfnIndex.Builder |
CfnIndex.Builder.serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
The identifier of the AWS KMS customer managed key (CMK) to use to encrypt data indexed by Amazon Kendra.
|
CfnIndex.Builder |
CfnIndex.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnIndex.Builder |
CfnIndex.Builder.userContextPolicy(String userContextPolicy)
The user context policy.
|
CfnIndex.Builder |
CfnIndex.Builder.userTokenConfigurations(IResolvable userTokenConfigurations)
Defines the type of user token used for the index.
|
CfnIndex.Builder |
CfnIndex.Builder.userTokenConfigurations(List<? extends Object> userTokenConfigurations)
Defines the type of user token used for the index.
|
Copyright © 2022. All rights reserved.