Interface CfnConfigurationSet.SendingOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationSet.SendingOptionsProperty.Jsii$Proxy
- Enclosing class:
- CfnConfigurationSet
@Stability(Stable)
public static interface CfnConfigurationSet.SendingOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Used to enable or disable email sending for messages that use this configuration set in the current AWS Region.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ses.*; SendingOptionsProperty sendingOptionsProperty = SendingOptionsProperty.builder() .sendingEnabled(false) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfigurationSet.SendingOptionsProperty
static final class
An implementation forCfnConfigurationSet.SendingOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSendingEnabled
Iftrue
, email sending is enabled for the configuration set.If
false
, email sending is disabled for the configuration set. -
builder
-