| 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.EmailReference
Description
Synopsis
Documentation
data EmailReference Source #
Information about a reference when the referenceType is EMAIL.
Otherwise, null.
See: newEmailReference smart constructor.
Constructors
| EmailReference' | |
Instances
newEmailReference :: EmailReference Source #
Create a value of EmailReference 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:name:EmailReference', emailReference_name - Identifier of the email reference.
$sel:value:EmailReference', emailReference_value - A valid email address.
emailReference_name :: Lens' EmailReference (Maybe Text) Source #
Identifier of the email reference.
emailReference_value :: Lens' EmailReference (Maybe Text) Source #
A valid email address.