Class MailManagerRuleSetReference
A reference to a MailManagerRuleSet resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated