@Stability(value=Stable)
public static interface CfnDataSource.AccessControlListConfigurationProperty
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.*;
AccessControlListConfigurationProperty accessControlListConfigurationProperty = AccessControlListConfigurationProperty.builder()
.keyPath("keyPath")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.AccessControlListConfigurationProperty.Builder
A builder for
CfnDataSource.AccessControlListConfigurationProperty |
static class |
CfnDataSource.AccessControlListConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataSource.AccessControlListConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.AccessControlListConfigurationProperty.Builder |
builder() |
default String |
getKeyPath()
Path to the AWS S3 bucket that contains the access control list files.
|
@Stability(value=Stable) @Nullable default String getKeyPath()
@Stability(value=Stable) static CfnDataSource.AccessControlListConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.