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