amazonka-cognito-idp-2.0: Amazon Cognito Identity Provider 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.CognitoIdentityProvider.Types.StringAttributeConstraintsType

Description

 
Synopsis

Documentation

data StringAttributeConstraintsType Source #

The constraints associated with a string attribute.

See: newStringAttributeConstraintsType smart constructor.

Constructors

StringAttributeConstraintsType' 

Fields

Instances

Instances details
FromJSON StringAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StringAttributeConstraintsType

ToJSON StringAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StringAttributeConstraintsType

Generic StringAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StringAttributeConstraintsType

Associated Types

type Rep StringAttributeConstraintsType :: Type -> Type #

Read StringAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StringAttributeConstraintsType

Show StringAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StringAttributeConstraintsType

NFData StringAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StringAttributeConstraintsType

Eq StringAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StringAttributeConstraintsType

Hashable StringAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StringAttributeConstraintsType

type Rep StringAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StringAttributeConstraintsType

type Rep StringAttributeConstraintsType = D1 ('MetaData "StringAttributeConstraintsType" "Amazonka.CognitoIdentityProvider.Types.StringAttributeConstraintsType" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "StringAttributeConstraintsType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStringAttributeConstraintsType :: StringAttributeConstraintsType Source #

Create a value of StringAttributeConstraintsType 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:maxLength:StringAttributeConstraintsType', stringAttributeConstraintsType_maxLength - The maximum length.

$sel:minLength:StringAttributeConstraintsType', stringAttributeConstraintsType_minLength - The minimum length.