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