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