Interface CfnConfigurationSetPropsMixin.GuardianOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationSetPropsMixin.GuardianOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationSetPropsMixin
@Stability(Stable)
public static interface CfnConfigurationSetPropsMixin.GuardianOptionsProperty
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.cfnpropertymixins.services.ses.*;
GuardianOptionsProperty guardianOptionsProperty = GuardianOptionsProperty.builder()
.optimizedSharedDelivery("optimizedSharedDelivery")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfigurationSetPropsMixin.GuardianOptionsPropertystatic final classAn implementation forCfnConfigurationSetPropsMixin.GuardianOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details