AWSSESVerifyDomainDkimRequest

Objective-C

@interface AWSSESVerifyDomainDkimRequest

Swift

class AWSSESVerifyDomainDkimRequest

Represents a request to generate the CNAME records needed to set up Easy DKIM with Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

Required parameters: [Domain]

  • The name of the domain to be verified for Easy DKIM signing.

    Declaration

    Objective-C

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

    Swift

    var domain: String? { get set }