Show / Hide Table of Contents

Class CfnQuickConnectPropsMixin.PhoneNumberQuickConnectConfigProperty

Contains information about a phone number for a quick connect.

Inheritance
object
CfnQuickConnectPropsMixin.PhoneNumberQuickConnectConfigProperty
Implements
CfnQuickConnectPropsMixin.IPhoneNumberQuickConnectConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnQuickConnectPropsMixin.PhoneNumberQuickConnectConfigProperty : CfnQuickConnectPropsMixin.IPhoneNumberQuickConnectConfigProperty
Syntax (vb)
Public Class CfnQuickConnectPropsMixin.PhoneNumberQuickConnectConfigProperty Implements CfnQuickConnectPropsMixin.IPhoneNumberQuickConnectConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-quickconnect-phonenumberquickconnectconfig.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.Mixins.Preview.AWS.Connect.Mixins;

             var phoneNumberQuickConnectConfigProperty = new PhoneNumberQuickConnectConfigProperty {
                 PhoneNumber = "phoneNumber"
             };

Synopsis

Constructors

PhoneNumberQuickConnectConfigProperty()

Contains information about a phone number for a quick connect.

Properties

PhoneNumber

The phone number in E.164 format.

Constructors

PhoneNumberQuickConnectConfigProperty()

Contains information about a phone number for a quick connect.

public PhoneNumberQuickConnectConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-quickconnect-phonenumberquickconnectconfig.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.Mixins.Preview.AWS.Connect.Mixins;

             var phoneNumberQuickConnectConfigProperty = new PhoneNumberQuickConnectConfigProperty {
                 PhoneNumber = "phoneNumber"
             };

Properties

PhoneNumber

The phone number in E.164 format.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-quickconnect-phonenumberquickconnectconfig.html#cfn-connect-quickconnect-phonenumberquickconnectconfig-phonenumber

Implements

CfnQuickConnectPropsMixin.IPhoneNumberQuickConnectConfigProperty
Back to top Generated by DocFX