Interface CfnEmailIdentityPropsMixin.DkimAttributesProperty

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

@Stability(Stable) public static interface CfnEmailIdentityPropsMixin.DkimAttributesProperty extends software.amazon.jsii.JsiiSerializable
Used to enable or disable DKIM authentication for an email identity.

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.*;
 DkimAttributesProperty dkimAttributesProperty = DkimAttributesProperty.builder()
         .signingEnabled(false)
         .build();
 

See Also: