Show / Hide Table of Contents

Interface CfnMailManagerIngressPoint.IIngressPointConfigurationProperty

The configuration of the ingress endpoint resource.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMailManagerIngressPoint.IIngressPointConfigurationProperty
Syntax (vb)
Public Interface CfnMailManagerIngressPoint.IIngressPointConfigurationProperty
Remarks
This data type is a UNION, so only one of the following members can be specified when used or returned.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-ingresspointconfiguration.html

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.

string? SecretArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-ingresspointconfiguration.html#cfn-ses-mailmanageringresspoint-ingresspointconfiguration-secretarn

SmtpPassword

The password of the ingress endpoint resource.

string? SmtpPassword { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-ingresspointconfiguration.html#cfn-ses-mailmanageringresspoint-ingresspointconfiguration-smtppassword

Back to top Generated by DocFX