Show / Hide Table of Contents

Interface IReceiptRuleReference

A reference to a ReceiptRule resource.

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

Properties

ReceiptRuleId

The Id of the ReceiptRule resource.

Properties

ReceiptRuleId

The Id of the ReceiptRule resource.

string ReceiptRuleId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX