Show / Hide Table of Contents

Class MailManagerRuleSetReference

A reference to a MailManagerRuleSet resource.

Inheritance
object
MailManagerRuleSetReference
Implements
IMailManagerRuleSetReference
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 MailManagerRuleSetReference : IMailManagerRuleSetReference
Syntax (vb)
Public Class MailManagerRuleSetReference Implements IMailManagerRuleSetReference
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 mailManagerRuleSetReference = new MailManagerRuleSetReference {
                RuleSetId = "ruleSetId"
            };

Synopsis

Constructors

MailManagerRuleSetReference()

A reference to a MailManagerRuleSet resource.

Properties

RuleSetId

The RuleSetId of the MailManagerRuleSet resource.

Constructors

MailManagerRuleSetReference()

A reference to a MailManagerRuleSet resource.

public MailManagerRuleSetReference()
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 mailManagerRuleSetReference = new MailManagerRuleSetReference {
                RuleSetId = "ruleSetId"
            };

Properties

RuleSetId

The RuleSetId of the MailManagerRuleSet resource.

public string RuleSetId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IMailManagerRuleSetReference
Back to top Generated by DocFX