aws-cdk-lib.aws_kendra.CfnDataSource.AccessControlListConfigurationProperty

interface AccessControlListConfigurationProperty

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

Specifies access control list files for the documents in a data source.

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 accessControlListConfigurationProperty: kendra.CfnDataSource.AccessControlListConfigurationProperty = {
  keyPath: 'keyPath',
};

Properties

NameTypeDescription
keyPath?stringPath to the AWS S3 bucket that contains the access control list files.

keyPath?

Type: string (optional)

Path to the AWS S3 bucket that contains the access control list files.