Show / Hide Table of Contents

Class CfnQueue.EmailAddressProperty

An email address configuration for the queue.

Inheritance
object
CfnQueue.EmailAddressProperty
Implements
CfnQueue.IEmailAddressProperty
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.EmailAddressProperty : CfnQueue.IEmailAddressProperty
Syntax (vb)
Public Class CfnQueue.EmailAddressProperty Implements CfnQueue.IEmailAddressProperty
Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-queue-emailaddress.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 emailAddressProperty = new EmailAddressProperty {
                 EmailAddressArn = "emailAddressArn"
             };

Properties

EmailAddressArn

The Amazon Resource Name (ARN) of the email address.

public string EmailAddressArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnQueue.IEmailAddressProperty
Back to top Generated by DocFX