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