Interface IEmailTemplateReference
A reference to a EmailTemplate resource.
Namespace: Amazon.CDK.Interfaces.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEmailTemplateReference
Syntax (vb)
Public Interface IEmailTemplateReference
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.Interfaces.Pinpoint;
var emailTemplateReference = new EmailTemplateReference {
EmailTemplateArn = "emailTemplateArn",
EmailTemplateId = "emailTemplateId"
};
Synopsis
Properties
| EmailTemplateArn | The ARN of the EmailTemplate resource. |
| EmailTemplateId | The Id of the EmailTemplate resource. |
Properties
EmailTemplateArn
The ARN of the EmailTemplate resource.
string EmailTemplateArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
EmailTemplateId
The Id of the EmailTemplate resource.
string EmailTemplateId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated