Class CfnQuickConnectPropsMixin.PhoneNumberQuickConnectConfigProperty
Contains information about a phone number for a quick connect.
Inherited Members
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
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
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; }