Class MailManagerRelayReference
A reference to a MailManagerRelay resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MailManagerRelayReference : IMailManagerRelayReference
Syntax (vb)
Public Class MailManagerRelayReference Implements 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
Constructors
| MailManagerRelayReference() | A reference to a MailManagerRelay resource. |
Properties
| RelayId | The RelayId of the MailManagerRelay resource. |
Constructors
MailManagerRelayReference()
A reference to a MailManagerRelay resource.
public MailManagerRelayReference()
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"
};
Properties
RelayId
The RelayId of the MailManagerRelay resource.
public string RelayId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated