| Package | Description |
|---|---|
| software.amazon.awscdk.services.kendra |
AWS::Kendra Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnFaq.Builder |
CfnFaq.Builder.create(software.constructs.Construct scope,
String id) |
CfnFaq.Builder |
CfnFaq.Builder.description(String description)
A description of the FAQ.
|
CfnFaq.Builder |
CfnFaq.Builder.fileFormat(String fileFormat)
The format of the input file.
|
CfnFaq.Builder |
CfnFaq.Builder.indexId(String indexId)
The identifier of the index that contains the FAQ.
|
CfnFaq.Builder |
CfnFaq.Builder.name(String name)
The name that you assigned the FAQ when you created or updated the FAQ.
|
CfnFaq.Builder |
CfnFaq.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the S3 bucket that contains the FAQ.
|
CfnFaq.Builder |
CfnFaq.Builder.s3Path(CfnFaq.S3PathProperty s3Path)
The Amazon Simple Storage Service (Amazon S3) location of the FAQ input data.
|
CfnFaq.Builder |
CfnFaq.Builder.s3Path(IResolvable s3Path)
The Amazon Simple Storage Service (Amazon S3) location of the FAQ input data.
|
CfnFaq.Builder |
CfnFaq.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
Copyright © 2022. All rights reserved.