Interface CfnMailManagerIngressPointPropsMixin.TlsAuthConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerIngressPointPropsMixin.TlsAuthConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerIngressPointPropsMixin
@Stability(Stable)
public static interface CfnMailManagerIngressPointPropsMixin.TlsAuthConfigurationProperty
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.*;
TlsAuthConfigurationProperty tlsAuthConfigurationProperty = TlsAuthConfigurationProperty.builder()
.trustStore(TrustStoreProperty.builder()
.caContent("caContent")
.crlContent("crlContent")
.kmsKeyArn("kmsKeyArn")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerIngressPointPropsMixin.TlsAuthConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnMailManagerIngressPointPropsMixin.TrustStorePropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTrustStore
Returns union: eitherIResolvableorCfnMailManagerIngressPointPropsMixin.TrustStoreProperty- See Also:
-
builder
@Stability(Stable) static CfnMailManagerIngressPointPropsMixin.TlsAuthConfigurationProperty.Builder builder()
-