| 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.CloudDirectory.Types.PolicyToPath
Description
Synopsis
Documentation
data PolicyToPath Source #
Used when a regular object exists in a Directory and you want to find all of the policies that are associated with that object and the parent to that object.
See: newPolicyToPath smart constructor.
Constructors
| PolicyToPath' | |
Instances
newPolicyToPath :: PolicyToPath Source #
Create a value of PolicyToPath 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:path:PolicyToPath', policyToPath_path - The path that is referenced from the root.
$sel:policies:PolicyToPath', policyToPath_policies - List of policy objects.
policyToPath_path :: Lens' PolicyToPath (Maybe Text) Source #
The path that is referenced from the root.
policyToPath_policies :: Lens' PolicyToPath (Maybe [PolicyAttachment]) Source #
List of policy objects.