Class StopActionConfig
StopAction configuration.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StopActionConfig : Object, IStopActionConfig
Syntax (vb)
Public Class StopActionConfig
Inherits Object
Implements IStopActionConfig
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 stopActionConfig = new StopActionConfig {
Scope = "scope",
// the properties below are optional
TopicArn = "topicArn"
};
Synopsis
Constructors
Stop |
Properties
Scope | The scope of the StopAction. |
Topic |
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. |
Constructors
StopActionConfig()
public StopActionConfig()
Properties
Scope
The scope of the StopAction.
public string Scope { get; set; }
Property Value
System.
Remarks
The only acceptable value is RuleSet.
TopicArn
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken.
public string TopicArn { get; set; }
Property Value
System.
Remarks
Default: - No notification is sent to SNS.