QuickConnectReference

class aws_cdk.aws_connect.QuickConnectReference(*, quick_connect_arn)

Bases: object

A reference to a QuickConnect resource.

Parameters:

quick_connect_arn (str) – The QuickConnectArn of the QuickConnect 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

quick_connect_reference = connect.QuickConnectReference(
    quick_connect_arn="quickConnectArn"
)

Attributes

quick_connect_arn

The QuickConnectArn of the QuickConnect resource.