Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.CognitoUserPoolSchemaAttribute
- data CognitoUserPoolSchemaAttribute = CognitoUserPoolSchemaAttribute {
- _cognitoUserPoolSchemaAttributeAttributeDataType :: Maybe (Val Text)
- _cognitoUserPoolSchemaAttributeDeveloperOnlyAttribute :: Maybe (Val Bool)
- _cognitoUserPoolSchemaAttributeMutable :: Maybe (Val Bool)
- _cognitoUserPoolSchemaAttributeName :: Maybe (Val Text)
- _cognitoUserPoolSchemaAttributeNumberAttributeConstraints :: Maybe CognitoUserPoolNumberAttributeConstraints
- _cognitoUserPoolSchemaAttributeRequired :: Maybe (Val Bool)
- _cognitoUserPoolSchemaAttributeStringAttributeConstraints :: Maybe CognitoUserPoolStringAttributeConstraints
- cognitoUserPoolSchemaAttribute :: CognitoUserPoolSchemaAttribute
- cupsaAttributeDataType :: Lens' CognitoUserPoolSchemaAttribute (Maybe (Val Text))
- cupsaDeveloperOnlyAttribute :: Lens' CognitoUserPoolSchemaAttribute (Maybe (Val Bool))
- cupsaMutable :: Lens' CognitoUserPoolSchemaAttribute (Maybe (Val Bool))
- cupsaName :: Lens' CognitoUserPoolSchemaAttribute (Maybe (Val Text))
- cupsaNumberAttributeConstraints :: Lens' CognitoUserPoolSchemaAttribute (Maybe CognitoUserPoolNumberAttributeConstraints)
- cupsaRequired :: Lens' CognitoUserPoolSchemaAttribute (Maybe (Val Bool))
- cupsaStringAttributeConstraints :: Lens' CognitoUserPoolSchemaAttribute (Maybe CognitoUserPoolStringAttributeConstraints)
Documentation
data CognitoUserPoolSchemaAttribute #
Full data type definition for CognitoUserPoolSchemaAttribute. See
cognitoUserPoolSchemaAttribute
for a more convenient constructor.
Constructors
cognitoUserPoolSchemaAttribute :: CognitoUserPoolSchemaAttribute #
Constructor for CognitoUserPoolSchemaAttribute
containing required
fields as arguments.
cupsaNumberAttributeConstraints :: Lens' CognitoUserPoolSchemaAttribute (Maybe CognitoUserPoolNumberAttributeConstraints) #