Interface CfnDataSourcePropsMixin.AclConfigurationProperty

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

@Stability(Stable) public static interface CfnDataSourcePropsMixin.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.cfnpropertymixins.services.kendra.*;
 AclConfigurationProperty aclConfigurationProperty = AclConfigurationProperty.builder()
         .allowedGroupsColumnName("allowedGroupsColumnName")
         .build();
 

See Also: