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.PinpointEmail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfigurationSet.ISendingOptionsProperty
Syntax (vb)
Public Interface CfnConfigurationSet.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.PinpointEmail;
var sendingOptionsProperty = new SendingOptionsProperty {
SendingEnabled = false
};
Synopsis
Properties
SendingEnabled | If |
Properties
SendingEnabled
If true
, email sending is enabled for the configuration set.
object? SendingEnabled { get; }
Property Value
Remarks
If false
, email sending is disabled for the configuration set.