Interface CfnDataSource.AclConfigurationProperty

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

@Stability(Stable) public static interface CfnDataSource.AclConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Provides information about the column that should be used for filtering the query response by groups.

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.*;
 AclConfigurationProperty aclConfigurationProperty = AclConfigurationProperty.builder()
         .allowedGroupsColumnName("allowedGroupsColumnName")
         .build();
 

See Also: