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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMailManagerIngressPointPropsMixin.TrustStorePropertystatic final classAn implementation forCfnMailManagerIngressPointPropsMixin.TrustStoreProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCaContent
- See Also:
-
getCrlContent
- See Also:
-
getKmsKeyArn
- See Also:
-
builder
-