Class CfnQueue.OutboundEmailConfigProperty
The outbound email address ID.
Implements
Inherited Members
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
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
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; }