interface AccessControlListConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Kendra.Mixins.CfnDataSourcePropsMixin.AccessControlListConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awskendra/mixins#CfnDataSourcePropsMixin_AccessControlListConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.kendra.mixins.CfnDataSourcePropsMixin.AccessControlListConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_kendra.mixins.CfnDataSourcePropsMixin.AccessControlListConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_kendra » mixins » CfnDataSourcePropsMixin » 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 { mixins as kendra_mixins } from '@aws-cdk/mixins-preview/aws-kendra';
const accessControlListConfigurationProperty: kendra_mixins.CfnDataSourcePropsMixin.AccessControlListConfigurationProperty = {
keyPath: 'keyPath',
};
Properties
| Name | Type | Description |
|---|---|---|
| key | string | Path 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.

.NET
Go
Java
Python
TypeScript