identityType property

IdentityType? identityType
final

The email identity type. The identity type can be one of the following:

  • EMAIL_ADDRESS – The identity is an email address.
  • DOMAIN – The identity is a domain.
  • MANAGED_DOMAIN – The identity is a domain that is managed by AWS.

Implementation

final IdentityType? identityType;