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
An object containing additional 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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVdmAttributes.GuardianAttributesProperty
static final class
An implementation forCfnVdmAttributes.GuardianAttributesProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details