| 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.LakeFormation.Types.VirtualObject
Description
Synopsis
Documentation
data VirtualObject Source #
An object that defines an Amazon S3 object to be deleted if a
transaction cancels, provided that VirtualPut was called before
writing the object.
See: newVirtualObject smart constructor.
Constructors
| VirtualObject' | |
Instances
Arguments
| :: Text | |
| -> VirtualObject |
Create a value of VirtualObject 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:eTag:VirtualObject', virtualObject_eTag - The ETag of the Amazon S3 object.
$sel:uri:VirtualObject', virtualObject_uri - The path to the Amazon S3 object. Must start with s3://
virtualObject_eTag :: Lens' VirtualObject (Maybe Text) Source #
The ETag of the Amazon S3 object.
virtualObject_uri :: Lens' VirtualObject Text Source #
The path to the Amazon S3 object. Must start with s3://