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