interface AccessControlListConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Kendra.CfnDataSourcePropsMixin.AccessControlListConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awskendra#CfnDataSourcePropsMixin_AccessControlListConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.AccessControlListConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_kendra.CfnDataSourcePropsMixin.AccessControlListConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_kendra » 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 { aws_kendra as kendra } from '@aws-cdk/cfn-property-mixins';
const accessControlListConfigurationProperty: kendra.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