Interface ITemplateReference
A reference to a Template resource.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITemplateReference
Syntax (vb)
Public Interface ITemplateReference
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 templateReference = new TemplateReference {
TemplateId = "templateId"
};
Synopsis
Properties
| TemplateId | The Id of the Template resource. |
Properties
TemplateId
The Id of the Template resource.
string TemplateId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated