Show / Hide Table of Contents

Class MailManagerTrafficPolicyReference

A reference to a MailManagerTrafficPolicy resource.

Inheritance
object
MailManagerTrafficPolicyReference
Implements
IMailManagerTrafficPolicyReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IMailManagerTrafficPolicyReference
Back to top Generated by DocFX