TSESV2CreateEmailIdentityPolicyRequest
Class in AWS.SESV2
CreateEmailIdentityPolicy request class.
Ancestors
Properties
EmailIdentity
property EmailIdentity: string
PolicyName
property PolicyName: string
Policy
property Policy: string
Constructors
Create
constructor Create(const AEmailIdentity, APolicyName: string);
Constructor for TSESV2CreateEmailIdentityPolicyRequest.
Parameters
| Name | Description |
|---|---|
AEmailIdentity | Specifies the email identity. |
APolicyName | Specifies the name of the policy. |