AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::QuickConnect

CfnQuickConnect

Specifies a quick connect for an Amazon Connect instance.

Import

import { CfnQuickConnect } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnQuickConnect

Properties

Configuration passed to the constructor as CfnQuickConnectProps.

instanceArnRequired
string | IInstanceRef

The Amazon Resource Name (ARN) of the instance.

nameRequired
string

The name of the quick connect.

quickConnectConfigRequired
IResolvable | QuickConnectConfigProperty

Contains information about the quick connect.

descriptionOptional
string

The description of the quick connect.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter