Interface CfnMailManagerIngressPointPropsMixin.TrustStoreProperty

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

@Stability(Stable) public static interface CfnMailManagerIngressPointPropsMixin.TrustStoreProperty extends software.amazon.jsii.JsiiSerializable
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.*;
 TrustStoreProperty trustStoreProperty = TrustStoreProperty.builder()
         .caContent("caContent")
         .crlContent("crlContent")
         .kmsKeyArn("kmsKeyArn")
         .build();
 

See Also: