@Stability(value=Stable)
public static interface CfnDataSource.AclConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.AclConfigurationProperty.Builder
A builder for
CfnDataSource.AclConfigurationProperty |
static class |
CfnDataSource.AclConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataSource.AclConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.AclConfigurationProperty.Builder |
builder() |
String |
getAllowedGroupsColumnName()
A list of groups, separated by semi-colons, that filters a query response based on user context.
|
@Stability(value=Stable) @NotNull String getAllowedGroupsColumnName()
The document is only returned to users that are in one of the groups specified in the UserContext field of the Query operation.
@Stability(value=Stable) static CfnDataSource.AclConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.