AWSSESVerifyDomainIdentityRequest

Objective-C

@interface AWSSESVerifyDomainIdentityRequest

Swift

class AWSSESVerifyDomainIdentityRequest

Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the Amazon SES Developer Guide.

Required parameters: [Domain]

  • The domain to be verified.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable domain;

    Swift

    var domain: String? { get set }