@Stability(value=Stable)
public static interface CfnDataSource.AclConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnDataSource.AclConfigurationProperty.AllowedGroupsColumnName`.
|
@Stability(value=Stable) @NotNull String getAllowedGroupsColumnName()
@Stability(value=Stable) static CfnDataSource.AclConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.