Show / Hide Table of Contents

Class CfnMailManagerIngressPointPropsMixin.IngressPointConfigurationProperty

The configuration of the ingress endpoint resource.

Inheritance
object
CfnMailManagerIngressPointPropsMixin.IngressPointConfigurationProperty
Implements
CfnMailManagerIngressPointPropsMixin.IIngressPointConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SES.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnMailManagerIngressPointPropsMixin.IngressPointConfigurationProperty : CfnMailManagerIngressPointPropsMixin.IIngressPointConfigurationProperty
Syntax (vb)
Public Class CfnMailManagerIngressPointPropsMixin.IngressPointConfigurationProperty Implements CfnMailManagerIngressPointPropsMixin.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.Mixins.Preview.AWS.SES.Mixins;

             var ingressPointConfigurationProperty = new IngressPointConfigurationProperty {
                 SecretArn = "secretArn",
                 SmtpPassword = "smtpPassword"
             };

Synopsis

Constructors

IngressPointConfigurationProperty()

The configuration of the ingress endpoint resource.

Properties

SecretArn

The SecretsManager::Secret ARN of the ingress endpoint resource.

SmtpPassword

The password of the ingress endpoint resource.

Constructors

IngressPointConfigurationProperty()

The configuration of the ingress endpoint resource.

public IngressPointConfigurationProperty()
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.Mixins.Preview.AWS.SES.Mixins;

             var ingressPointConfigurationProperty = new IngressPointConfigurationProperty {
                 SecretArn = "secretArn",
                 SmtpPassword = "smtpPassword"
             };

Properties

SecretArn

The SecretsManager::Secret ARN of the ingress endpoint resource.

public string? SecretArn { get; set; }
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.

public string? SmtpPassword { get; set; }
Property Value

string

Remarks

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

Implements

CfnMailManagerIngressPointPropsMixin.IIngressPointConfigurationProperty
Back to top Generated by DocFX