Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data AccessControlListConfiguration Source #
Access Control List files for the documents in a data source. For the format of the file, see Access control for S3 data sources.
See: newAccessControlListConfiguration
smart constructor.
Instances
FromJSON AccessControlListConfiguration Source # | |
ToJSON AccessControlListConfiguration Source # | |
Generic AccessControlListConfiguration Source # | |
Read AccessControlListConfiguration Source # | |
Show AccessControlListConfiguration Source # | |
NFData AccessControlListConfiguration Source # | |
Defined in Amazonka.Kendra.Types.AccessControlListConfiguration rnf :: AccessControlListConfiguration -> () # | |
Eq AccessControlListConfiguration Source # | |
Hashable AccessControlListConfiguration Source # | |
type Rep AccessControlListConfiguration Source # | |
Defined in Amazonka.Kendra.Types.AccessControlListConfiguration type Rep AccessControlListConfiguration = D1 ('MetaData "AccessControlListConfiguration" "Amazonka.Kendra.Types.AccessControlListConfiguration" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "AccessControlListConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newAccessControlListConfiguration :: AccessControlListConfiguration Source #
Create a value of AccessControlListConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:keyPath:AccessControlListConfiguration'
, accessControlListConfiguration_keyPath
- Path to the Amazon S3 bucket that contains the ACL files.
accessControlListConfiguration_keyPath :: Lens' AccessControlListConfiguration (Maybe Text) Source #
Path to the Amazon S3 bucket that contains the ACL files.