Interface CfnDataSource.AccessControlListConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSource.AccessControlListConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnDataSource

@Stability(Stable) public static interface CfnDataSource.AccessControlListConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.kendra.*;
 AccessControlListConfigurationProperty accessControlListConfigurationProperty = AccessControlListConfigurationProperty.builder()
         .keyPath("keyPath")
         .build();
 

See Also: