Interface IMailManagerRelayReference
A reference to a MailManagerRelay resource.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMailManagerRelayReference
Syntax (vb)
Public Interface IMailManagerRelayReference
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 mailManagerRelayReference = new MailManagerRelayReference {
RelayId = "relayId"
};
Synopsis
Properties
| RelayId | The RelayId of the MailManagerRelay resource. |
Properties
RelayId
The RelayId of the MailManagerRelay resource.
string RelayId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated