Interface IStopActionConfig
StopAction configuration.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStopActionConfig
Syntax (vb)
Public Interface 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
Properties
Scope | The scope of the StopAction. |
TopicArn | The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. |
Properties
Scope
The scope of the StopAction.
string Scope { get; }
Property Value
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.
string? TopicArn { get; }
Property Value
Remarks
Default: - No notification is sent to SNS.