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 |
Synopsis
Documentation
data S3ObjectSource Source #
Template bundle S3 bucket data.
See: newS3ObjectSource
smart constructor.
Instances
Create a value of S3ObjectSource
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:bucket:S3ObjectSource'
, s3ObjectSource_bucket
- The name of the S3 bucket that contains a template bundle.
$sel:key:S3ObjectSource'
, s3ObjectSource_key
- The path to the S3 bucket that contains a template bundle.
s3ObjectSource_bucket :: Lens' S3ObjectSource Text Source #
The name of the S3 bucket that contains a template bundle.
s3ObjectSource_key :: Lens' S3ObjectSource Text Source #
The path to the S3 bucket that contains a template bundle.