amazonka-kendra-2.0: Amazon KendraFrontendService SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kendra.Types.AccessControlListConfiguration

Description

 
Synopsis

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.

Constructors

AccessControlListConfiguration' 

Fields

Instances

Instances details
FromJSON AccessControlListConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.AccessControlListConfiguration

ToJSON AccessControlListConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.AccessControlListConfiguration

Generic AccessControlListConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.AccessControlListConfiguration

Associated Types

type Rep AccessControlListConfiguration :: Type -> Type #

Read AccessControlListConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.AccessControlListConfiguration

Show AccessControlListConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.AccessControlListConfiguration

NFData AccessControlListConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.AccessControlListConfiguration

Eq AccessControlListConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.AccessControlListConfiguration

Hashable AccessControlListConfiguration Source # 
Instance details

Defined in Amazonka.Kendra.Types.AccessControlListConfiguration

type Rep AccessControlListConfiguration Source # 
Instance details

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.