| 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 |
Amazonka.LexV2Models.Types.PathFormat
Description
Synopsis
- data PathFormat = PathFormat' {
- objectPrefixes :: Maybe (NonEmpty Text)
- newPathFormat :: PathFormat
- pathFormat_objectPrefixes :: Lens' PathFormat (Maybe (NonEmpty Text))
Documentation
data PathFormat Source #
The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the bucket you provide. Specify this object if you only want Lex to read a subset of files in your Amazon S3 bucket.
See: newPathFormat smart constructor.
Constructors
| PathFormat' | |
Fields
| |
Instances
newPathFormat :: PathFormat Source #
Create a value of PathFormat 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:objectPrefixes:PathFormat', pathFormat_objectPrefixes - A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3
bucket. Specify this list if you only want Lex to read the files under
this set of sub-folders.
pathFormat_objectPrefixes :: Lens' PathFormat (Maybe (NonEmpty Text)) Source #
A list of Amazon S3 prefixes that points to sub-folders in the Amazon S3 bucket. Specify this list if you only want Lex to read the files under this set of sub-folders.