amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.SecurityProfileSearchCriteria

Description

 
Synopsis

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

Instances details
ToJSON SecurityProfileSearchCriteria Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchCriteria

Generic SecurityProfileSearchCriteria Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchCriteria

Associated Types

type Rep SecurityProfileSearchCriteria :: Type -> Type #

Read SecurityProfileSearchCriteria Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchCriteria

Show SecurityProfileSearchCriteria Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchCriteria

NFData SecurityProfileSearchCriteria Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchCriteria

Eq SecurityProfileSearchCriteria Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchCriteria

Hashable SecurityProfileSearchCriteria Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchCriteria

type Rep SecurityProfileSearchCriteria Source # 
Instance details

Defined in Amazonka.Connect.Types.SecurityProfileSearchCriteria

type Rep SecurityProfileSearchCriteria = D1 ('MetaData "SecurityProfileSearchCriteria" "Amazonka.Connect.Types.SecurityProfileSearchCriteria" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "SecurityProfileSearchCriteria'" 'PrefixI 'True) (S1 ('MetaSel ('Just "andConditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SecurityProfileSearchCriteria])) :*: (S1 ('MetaSel ('Just "orConditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SecurityProfileSearchCriteria])) :*: S1 ('MetaSel ('Just "stringCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StringCondition)))))

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.