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 |
Synopsis
- data PolicyTypeDescription = PolicyTypeDescription' {}
- newPolicyTypeDescription :: PolicyTypeDescription
- policyTypeDescription_policyTypeName :: Lens' PolicyTypeDescription (Maybe Text)
- policyTypeDescription_description :: Lens' PolicyTypeDescription (Maybe Text)
- policyTypeDescription_policyAttributeTypeDescriptions :: Lens' PolicyTypeDescription (Maybe [PolicyAttributeTypeDescription])
Documentation
data PolicyTypeDescription Source #
Information about a policy type.
See: newPolicyTypeDescription
smart constructor.
PolicyTypeDescription' | |
|
Instances
newPolicyTypeDescription :: PolicyTypeDescription Source #
Create a value of PolicyTypeDescription
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:policyTypeName:PolicyTypeDescription'
, policyTypeDescription_policyTypeName
- The name of the policy type.
$sel:description:PolicyTypeDescription'
, policyTypeDescription_description
- A description of the policy type.
$sel:policyAttributeTypeDescriptions:PolicyTypeDescription'
, policyTypeDescription_policyAttributeTypeDescriptions
- The description of the policy attributes associated with the policies
defined by Elastic Load Balancing.
policyTypeDescription_policyTypeName :: Lens' PolicyTypeDescription (Maybe Text) Source #
The name of the policy type.
policyTypeDescription_description :: Lens' PolicyTypeDescription (Maybe Text) Source #
A description of the policy type.
policyTypeDescription_policyAttributeTypeDescriptions :: Lens' PolicyTypeDescription (Maybe [PolicyAttributeTypeDescription]) Source #
The description of the policy attributes associated with the policies defined by Elastic Load Balancing.