Skip to main content

TSESV2UpdateEmailIdentityPolicyRequest

Class in AWS.SESV2

UpdateEmailIdentityPolicy request class.

Ancestors

Properties

EmailIdentity

property EmailIdentity: string

PolicyName

property PolicyName: string

Policy

property Policy: string

Constructors

Create

constructor Create(const AEmailIdentity, APolicyName: string; APolicy: string = '');

Constructor for TSESV2UpdateEmailIdentityPolicyRequest.

Parameters

NameDescription
AEmailIdentitySpecify the email identity (email address or domain).
APolicyNameSpecify a name for the policy.
APolicySpecify the policy in JSON format.