Interface CfnMailManagerIngressPoint.IIngressPointConfigurationProperty
The configuration of the ingress endpoint resource.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIngressPointConfigurationProperty
Syntax (vb)
Public Interface IIngressPointConfigurationProperty
Remarks
This data type is a UNION, so only one of the following members can be specified when used or returned.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var ingressPointConfigurationProperty = new IngressPointConfigurationProperty {
SecretArn = "secretArn",
SmtpPassword = "smtpPassword"
};
Synopsis
Properties
SecretArn | The SecretsManager::Secret ARN of the ingress endpoint resource. |
SmtpPassword | The password of the ingress endpoint resource. |
Properties
SecretArn
The SecretsManager::Secret ARN of the ingress endpoint resource.
virtual string SecretArn { get; }
Property Value
System.String
Remarks
SmtpPassword
The password of the ingress endpoint resource.
virtual string SmtpPassword { get; }
Property Value
System.String