PhoneNumberReference

class aws_cdk.aws_connect.PhoneNumberReference(*, phone_number_arn)

Bases: object

A reference to a PhoneNumber resource.

Parameters:

phone_number_arn (str) – The PhoneNumberArn of the PhoneNumber resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_connect as connect

phone_number_reference = connect.PhoneNumberReference(
    phone_number_arn="phoneNumberArn"
)

Attributes

phone_number_arn

The PhoneNumberArn of the PhoneNumber resource.