Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data LabelsS3InputConfiguration Source #
The location information (prefix and bucket name) for the s3 location being used for label data.
See: newLabelsS3InputConfiguration
smart constructor.
Instances
newLabelsS3InputConfiguration Source #
Create a value of LabelsS3InputConfiguration
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:prefix:LabelsS3InputConfiguration'
, labelsS3InputConfiguration_prefix
- The prefix for the S3 bucket used for the label data.
$sel:bucket:LabelsS3InputConfiguration'
, labelsS3InputConfiguration_bucket
- The name of the S3 bucket holding the label data.
labelsS3InputConfiguration_prefix :: Lens' LabelsS3InputConfiguration (Maybe Text) Source #
The prefix for the S3 bucket used for the label data.
labelsS3InputConfiguration_bucket :: Lens' LabelsS3InputConfiguration Text Source #
The name of the S3 bucket holding the label data.