| 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.Connect.Types.SecurityProfileSearchCriteria
Description
Synopsis
- data SecurityProfileSearchCriteria = SecurityProfileSearchCriteria' {}
- newSecurityProfileSearchCriteria :: SecurityProfileSearchCriteria
- securityProfileSearchCriteria_andConditions :: Lens' SecurityProfileSearchCriteria (Maybe [SecurityProfileSearchCriteria])
- securityProfileSearchCriteria_orConditions :: Lens' SecurityProfileSearchCriteria (Maybe [SecurityProfileSearchCriteria])
- securityProfileSearchCriteria_stringCondition :: Lens' SecurityProfileSearchCriteria (Maybe StringCondition)
Documentation
data SecurityProfileSearchCriteria Source #
The search criteria to be used to return security profiles.
The name field support "contains" queries with a minimum of 2
characters and maximum of 25 characters. Any queries with character
lengths outside of this range will throw invalid results.
See: newSecurityProfileSearchCriteria smart constructor.
Constructors
| SecurityProfileSearchCriteria' | |
Fields
| |
Instances
newSecurityProfileSearchCriteria :: SecurityProfileSearchCriteria Source #
Create a value of SecurityProfileSearchCriteria 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:andConditions:SecurityProfileSearchCriteria', securityProfileSearchCriteria_andConditions - A list of conditions which would be applied together with an AND
condition.
$sel:orConditions:SecurityProfileSearchCriteria', securityProfileSearchCriteria_orConditions - A list of conditions which would be applied together with an OR
condition.
$sel:stringCondition:SecurityProfileSearchCriteria', securityProfileSearchCriteria_stringCondition - Undocumented member.
securityProfileSearchCriteria_andConditions :: Lens' SecurityProfileSearchCriteria (Maybe [SecurityProfileSearchCriteria]) Source #
A list of conditions which would be applied together with an AND condition.
securityProfileSearchCriteria_orConditions :: Lens' SecurityProfileSearchCriteria (Maybe [SecurityProfileSearchCriteria]) Source #
A list of conditions which would be applied together with an OR condition.
securityProfileSearchCriteria_stringCondition :: Lens' SecurityProfileSearchCriteria (Maybe StringCondition) Source #
Undocumented member.