Interface CfnMailManagerIngressPointPropsMixin.IngressPointConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMailManagerIngressPointPropsMixin.IngressPointConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnMailManagerIngressPointPropsMixin
@Stability(Stable)
public static interface CfnMailManagerIngressPointPropsMixin.IngressPointConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of the ingress endpoint resource.
This data type is a UNION, so only one of the following members can be specified when used or returned.
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.*;
IngressPointConfigurationProperty ingressPointConfigurationProperty = IngressPointConfigurationProperty.builder()
.secretArn("secretArn")
.smtpPassword("smtpPassword")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMailManagerIngressPointPropsMixin.IngressPointConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSecretArn
The SecretsManager::Secret ARN of the ingress endpoint resource.- See Also:
-
getSmtpPassword
The password of the ingress endpoint resource.- See Also:
-
builder
@Stability(Stable) static CfnMailManagerIngressPointPropsMixin.IngressPointConfigurationProperty.Builder builder()
-