Show / Hide Table of Contents

Interface IReceiptFilterReference

A reference to a ReceiptFilter resource.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IReceiptFilterReference
Syntax (vb)
Public Interface 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

Properties

ReceiptFilterId

The Id of the ReceiptFilter resource.

Properties

ReceiptFilterId

The Id of the ReceiptFilter resource.

string ReceiptFilterId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX