aws-cdk-lib.aws_connect.CfnQuickConnect.PhoneNumberQuickConnectConfigProperty

interface PhoneNumberQuickConnectConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Connect.CfnQuickConnect.PhoneNumberQuickConnectConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnQuickConnect_PhoneNumberQuickConnectConfigProperty
Javasoftware.amazon.awscdk.services.connect.CfnQuickConnect.PhoneNumberQuickConnectConfigProperty
Pythonaws_cdk.aws_connect.CfnQuickConnect.PhoneNumberQuickConnectConfigProperty
TypeScript aws-cdk-lib » aws_connect » CfnQuickConnect » PhoneNumberQuickConnectConfigProperty

Contains information about a phone number for a quick connect.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const phoneNumberQuickConnectConfigProperty: connect.CfnQuickConnect.PhoneNumberQuickConnectConfigProperty = {
  phoneNumber: 'phoneNumber',
};

Properties

NameTypeDescription
phoneNumberstringThe phone number in E.164 format.

phoneNumber

Type: string

The phone number in E.164 format.