Class CfnQueue.EmailAddressProperty
An email address configuration for the queue.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnQueue.EmailAddressProperty : CfnQueue.IEmailAddressProperty
Syntax (vb)
Public Class CfnQueue.EmailAddressProperty Implements CfnQueue.IEmailAddressProperty
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 emailAddressProperty = new EmailAddressProperty {
EmailAddressArn = "emailAddressArn"
};
Synopsis
Constructors
| EmailAddressProperty() | An email address configuration for the queue. |
Properties
| EmailAddressArn | The Amazon Resource Name (ARN) of the email address. |
Constructors
EmailAddressProperty()
An email address configuration for the queue.
public EmailAddressProperty()
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 emailAddressProperty = new EmailAddressProperty {
EmailAddressArn = "emailAddressArn"
};
Properties
EmailAddressArn
The Amazon Resource Name (ARN) of the email address.
public string EmailAddressArn { get; set; }