Interface IMailManagerRuleSetReference
A reference to a MailManagerRuleSet resource.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMailManagerRuleSetReference
Syntax (vb)
Public Interface 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
Properties
| RuleSetId | The RuleSetId of the MailManagerRuleSet resource. |
Properties
RuleSetId
The RuleSetId of the MailManagerRuleSet resource.
string RuleSetId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated