Interface CfnDataSource.AccessControlListConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.AccessControlListConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.AccessControlListConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Specifies access control list files for the documents in a data source.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.AccessControlListConfigurationProperty
static final class
An implementation forCfnDataSource.AccessControlListConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKeyPath
Path to the AWS S3 bucket that contains the access control list files.- See Also:
-
builder
-