Interface CfnConfigurationSet.GuardianOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfigurationSet.GuardianOptionsProperty.Jsii$Proxy
Enclosing class:
CfnConfigurationSet

@Stability(Stable) public static interface CfnConfigurationSet.GuardianOptionsProperty extends software.amazon.jsii.JsiiSerializable
Settings for your VDM configuration as applicable to the Guardian.

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.*;
 GuardianOptionsProperty guardianOptionsProperty = GuardianOptionsProperty.builder()
         .optimizedSharedDelivery("optimizedSharedDelivery")
         .build();