Interface CfnConfigurationSet.ISendingOptionsProperty
Used to enable or disable email sending for messages that use this configuration set in the current AWS Region.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISendingOptionsProperty
Syntax (vb)
Public Interface ISendingOptionsProperty
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 sendingOptionsProperty = new SendingOptionsProperty {
SendingEnabled = false
};
Synopsis
Properties
SendingEnabled | If |
Properties
SendingEnabled
If true
, email sending is enabled for the configuration set.
virtual object SendingEnabled { get; }
Property Value
System.Object
Remarks
If false
, email sending is disabled for the configuration set.