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
Contains information about an S3 bucket.
See: newS3Object
smart constructor.
Instances
Eq S3Object Source # | |
Read S3Object Source # | |
Show S3Object Source # | |
Generic S3Object Source # | |
NFData S3Object Source # | |
Defined in Amazonka.LookoutEquipment.Types.S3Object | |
Hashable S3Object Source # | |
Defined in Amazonka.LookoutEquipment.Types.S3Object | |
FromJSON S3Object Source # | |
type Rep S3Object Source # | |
Defined in Amazonka.LookoutEquipment.Types.S3Object type Rep S3Object = D1 ('MetaData "S3Object" "Amazonka.LookoutEquipment.Types.S3Object" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "S3Object'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of S3Object
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:S3Object'
, s3Object_bucket
- The name of the specific S3 bucket.
$sel:key:S3Object'
, s3Object_key
- The AWS Key Management Service (AWS KMS) key being used to encrypt the
S3 object. Without this key, data in the bucket is not accessible.