| 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.EC2.Types.AccessScopePath
Description
Synopsis
- data AccessScopePath = AccessScopePath' {}
- newAccessScopePath :: AccessScopePath
- accessScopePath_destination :: Lens' AccessScopePath (Maybe PathStatement)
- accessScopePath_source :: Lens' AccessScopePath (Maybe PathStatement)
- accessScopePath_throughResources :: Lens' AccessScopePath (Maybe [ThroughResourcesStatement])
Documentation
data AccessScopePath Source #
Describes a path.
See: newAccessScopePath smart constructor.
Constructors
| AccessScopePath' | |
Fields
| |
Instances
newAccessScopePath :: AccessScopePath Source #
Create a value of AccessScopePath 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:destination:AccessScopePath', accessScopePath_destination - The destination.
$sel:source:AccessScopePath', accessScopePath_source - The source.
$sel:throughResources:AccessScopePath', accessScopePath_throughResources - The through resources.
accessScopePath_destination :: Lens' AccessScopePath (Maybe PathStatement) Source #
The destination.
accessScopePath_source :: Lens' AccessScopePath (Maybe PathStatement) Source #
The source.
accessScopePath_throughResources :: Lens' AccessScopePath (Maybe [ThroughResourcesStatement]) Source #
The through resources.