interface RoutingProfileReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.RoutingProfileReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#RoutingProfileReference |
![]() | software.amazon.awscdk.services.connect.RoutingProfileReference |
![]() | aws_cdk.aws_connect.RoutingProfileReference |
![]() | aws-cdk-lib » aws_connect » RoutingProfileReference |
A reference to a RoutingProfile resource.
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 routingProfileReference: connect.RoutingProfileReference = {
routingProfileArn: 'routingProfileArn',
};
Properties
Name | Type | Description |
---|---|---|
routing | string | The RoutingProfileArn of the RoutingProfile resource. |
routingProfileArn
Type:
string
The RoutingProfileArn of the RoutingProfile resource.