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