Interface CfnVdmAttributes.GuardianAttributesProperty

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

@Stability(Stable) public static interface CfnVdmAttributes.GuardianAttributesProperty 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.*;
 GuardianAttributesProperty guardianAttributesProperty = GuardianAttributesProperty.builder()
         .optimizedSharedDelivery("optimizedSharedDelivery")
         .build();