Show / Hide Table of Contents

Class CfnQueue.OutboundEmailConfigProperty

The outbound email address ID.

Inheritance
object
CfnQueue.OutboundEmailConfigProperty
Implements
CfnQueue.IOutboundEmailConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnQueue.OutboundEmailConfigProperty : CfnQueue.IOutboundEmailConfigProperty
Syntax (vb)
Public Class CfnQueue.OutboundEmailConfigProperty Implements CfnQueue.IOutboundEmailConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-queue-outboundemailconfig.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.Connect;

             var outboundEmailConfigProperty = new OutboundEmailConfigProperty {
                 OutboundEmailAddressId = "outboundEmailAddressId"
             };

Synopsis

Constructors

OutboundEmailConfigProperty()

The outbound email address ID.

Properties

OutboundEmailAddressId

The identifier of the email address.

Constructors

OutboundEmailConfigProperty()

The outbound email address ID.

public OutboundEmailConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-queue-outboundemailconfig.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.Connect;

             var outboundEmailConfigProperty = new OutboundEmailConfigProperty {
                 OutboundEmailAddressId = "outboundEmailAddressId"
             };

Properties

OutboundEmailAddressId

The identifier of the email address.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-queue-outboundemailconfig.html#cfn-connect-queue-outboundemailconfig-outboundemailaddressid

Implements

CfnQueue.IOutboundEmailConfigProperty
Back to top Generated by DocFX