| 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.Glue.Types.ResourceUri
Description
Synopsis
Documentation
data ResourceUri Source #
The URIs for function resources.
See: newResourceUri smart constructor.
Constructors
| ResourceUri' | |
Fields
| |
Instances
newResourceUri :: ResourceUri Source #
Create a value of ResourceUri 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:resourceType:ResourceUri', resourceUri_resourceType - The type of the resource.
$sel:uri:ResourceUri', resourceUri_uri - The URI for accessing the resource.
resourceUri_resourceType :: Lens' ResourceUri (Maybe ResourceType) Source #
The type of the resource.
resourceUri_uri :: Lens' ResourceUri (Maybe Text) Source #
The URI for accessing the resource.