Interface IMailManagerRelayReference
A reference to a MailManagerRelay resource.
Namespace: Amazon.CDK.Interfaces.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.Interfaces.SES;
var mailManagerRelayReference = new MailManagerRelayReference {
RelayArn = "relayArn",
RelayId = "relayId"
};
Synopsis
Properties
| RelayArn | The ARN of the MailManagerRelay resource. |
| RelayId | The RelayId of the MailManagerRelay resource. |
Properties
RelayArn
The ARN of the MailManagerRelay resource.
string RelayArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
RelayId
The RelayId of the MailManagerRelay resource.
string RelayId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated