Class CfnQueue.OutboundEmailConfigProperty
The outbound email address Id.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OutboundEmailConfigProperty : Object, CfnQueue.IOutboundEmailConfigProperty
Syntax (vb)
Public Class OutboundEmailConfigProperty
Inherits Object
Implements CfnQueue.IOutboundEmailConfigProperty
Remarks
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
Outbound |
Properties
Outbound |
The identifier of the email address. |
Constructors
OutboundEmailConfigProperty()
public OutboundEmailConfigProperty()
Properties
OutboundEmailAddressId
The identifier of the email address.
public string OutboundEmailAddressId { get; set; }
Property Value
System.