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
data PolicyTypeSummary Source #
Contains information about a policy type and its status in the associated root.
See: newPolicyTypeSummary
smart constructor.
PolicyTypeSummary' | |
|
Instances
newPolicyTypeSummary :: PolicyTypeSummary Source #
Create a value of PolicyTypeSummary
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:status:PolicyTypeSummary'
, policyTypeSummary_status
- The status of the policy type as it relates to the associated root. To
attach a policy of the specified type to a root or to an OU or account
in that root, it must be available in the organization and enabled for
that root.
$sel:type':PolicyTypeSummary'
, policyTypeSummary_type
- The name of the policy type.
policyTypeSummary_status :: Lens' PolicyTypeSummary (Maybe PolicyTypeStatus) Source #
The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.
policyTypeSummary_type :: Lens' PolicyTypeSummary (Maybe PolicyType) Source #
The name of the policy type.