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 SourceS3Location Source #
Represents the Amazon Simple Storage Service (Amazon S3) location where usage data is read from.
See: newSourceS3Location
smart constructor.
SourceS3Location' | |
|
Instances
Create a value of SourceS3Location
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:region:SourceS3Location'
, sourceS3Location_region
- Region of the bucket. Only required for Regions that are disabled by
default. For more infomration about Regions that are disabled by
default, see
Enabling a Region
in the AWS General Reference guide.
$sel:bucket:SourceS3Location'
, sourceS3Location_bucket
- Name of the bucket.
$sel:key:SourceS3Location'
, sourceS3Location_key
- Key of the object.
sourceS3Location_region :: Lens' SourceS3Location (Maybe S3BucketRegion) Source #
Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.
sourceS3Location_bucket :: Lens' SourceS3Location Text Source #
Name of the bucket.
sourceS3Location_key :: Lens' SourceS3Location Text Source #
Key of the object.