| 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.ELB.Types.PolicyTypeDescription
Description
Synopsis
- data PolicyTypeDescription = PolicyTypeDescription' {}
- newPolicyTypeDescription :: PolicyTypeDescription
- policyTypeDescription_description :: Lens' PolicyTypeDescription (Maybe Text)
- policyTypeDescription_policyAttributeTypeDescriptions :: Lens' PolicyTypeDescription (Maybe [PolicyAttributeTypeDescription])
- policyTypeDescription_policyTypeName :: Lens' PolicyTypeDescription (Maybe Text)
Documentation
data PolicyTypeDescription Source #
Information about a policy type.
See: newPolicyTypeDescription smart constructor.
Constructors
| PolicyTypeDescription' | |
Fields
| |
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:
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.
$sel:policyTypeName:PolicyTypeDescription', policyTypeDescription_policyTypeName - 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.
policyTypeDescription_policyTypeName :: Lens' PolicyTypeDescription (Maybe Text) Source #
The name of the policy type.