RoutingProfileReference

class aws_cdk.aws_connect.RoutingProfileReference(*, routing_profile_arn)

Bases: object

A reference to a RoutingProfile resource.

Parameters:

routing_profile_arn (str) – The RoutingProfileArn of the RoutingProfile 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

routing_profile_reference = connect.RoutingProfileReference(
    routing_profile_arn="routingProfileArn"
)

Attributes

routing_profile_arn

The RoutingProfileArn of the RoutingProfile resource.