Show / Hide Table of Contents

Interface IReceiptRuleSetReference

A reference to a ReceiptRuleSet resource.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IReceiptRuleSetReference
Syntax (vb)
Public Interface IReceiptRuleSetReference
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 receiptRuleSetReference = new ReceiptRuleSetReference {
                ReceiptRuleSetId = "receiptRuleSetId"
            };

Synopsis

Properties

ReceiptRuleSetId

The Id of the ReceiptRuleSet resource.

Properties

ReceiptRuleSetId

The Id of the ReceiptRuleSet resource.

string ReceiptRuleSetId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX