Interface IEmailIdentityReference
A reference to a EmailIdentity resource.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEmailIdentityReference
Syntax (vb)
Public Interface IEmailIdentityReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var emailIdentityReference = new EmailIdentityReference {
EmailIdentity = "emailIdentity"
};
Synopsis
Properties
| EmailIdentity | The EmailIdentity of the EmailIdentity resource. |
Properties
EmailIdentity
The EmailIdentity of the EmailIdentity resource.
string EmailIdentity { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated