aws-cdk-lib.aws_kendra.CfnFaq.S3PathProperty

interface S3PathProperty

LanguageType name
.NETAmazon.CDK.AWS.Kendra.CfnFaq.S3PathProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskendra#CfnFaq_S3PathProperty
Javasoftware.amazon.awscdk.services.kendra.CfnFaq.S3PathProperty
Pythonaws_cdk.aws_kendra.CfnFaq.S3PathProperty
TypeScript aws-cdk-lib » aws_kendra » CfnFaq » S3PathProperty

Information required to find a specific file in an Amazon S3 bucket.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kendra as kendra } from 'aws-cdk-lib';
const s3PathProperty: kendra.CfnFaq.S3PathProperty = {
  bucket: 'bucket',
  key: 'key',
};

Properties

NameTypeDescription
bucketstringThe name of the S3 bucket that contains the file.
keystringThe name of the file.

bucket

Type: string

The name of the S3 bucket that contains the file.


key

Type: string

The name of the file.