Interface CfnQuickConnect.IPhoneNumberQuickConnectConfigProperty
Contains information about a phone number for a quick connect.
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPhoneNumberQuickConnectConfigProperty
Syntax (vb)
Public Interface IPhoneNumberQuickConnectConfigProperty
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 phoneNumberQuickConnectConfigProperty = new PhoneNumberQuickConnectConfigProperty {
PhoneNumber = "phoneNumber"
};
Synopsis
Properties
Phone |
The phone number in E.164 format. |
Properties
PhoneNumber
The phone number in E.164 format.
string PhoneNumber { get; }
Property Value
System.