Show / Hide Table of Contents

Class Stop

Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

Inheritance
System.Object
Stop
Implements
IReceiptRuleAction
Namespace: Amazon.CDK.AWS.SES.Actions
Assembly: Amazon.CDK.AWS.SES.Actions.dll
Syntax (csharp)
public class Stop : DeputyBase, IReceiptRuleAction
Syntax (vb)
Public Class Stop
    Inherits DeputyBase
    Implements IReceiptRuleAction
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.Actions;
using Amazon.CDK.AWS.SNS;

Topic topic;

var stop = new Stop(new StopProps {
    Topic = topic
});

Synopsis

Constructors

Stop(IStopProps)
Stop(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

Stop(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

Methods

Bind(IReceiptRule)

Returns the receipt rule action specification.

Constructors

Stop(IStopProps)

public Stop(IStopProps props = null)
Parameters
props IStopProps

Stop(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected Stop(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

Stop(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected Stop(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

Methods

Bind(IReceiptRule)

Returns the receipt rule action specification.

public virtual IReceiptRuleActionConfig Bind(IReceiptRule rule)
Parameters
rule IReceiptRule
Returns

IReceiptRuleActionConfig

Implements

IReceiptRuleAction
Back to top Generated by DocFX