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.pinpointemail.*;
 SendingOptionsProperty sendingOptionsProperty = SendingOptionsProperty.builder()
         .sendingEnabled(false)
         .build();
 

See Also: