AWS::Connect::QuickConnectSpecifies a quick connect for an Amazon Connect instance.
import { CfnQuickConnect } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnQuickConnectConfiguration passed to the constructor as CfnQuickConnectProps.
instanceArnRequiredstring | IInstanceRefThe Amazon Resource Name (ARN) of the instance.
nameRequiredstringThe name of the quick connect.
quickConnectConfigRequiredIResolvable | QuickConnectConfigPropertyContains information about the quick connect.
descriptionOptionalstringThe description of the quick connect.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::QuickConnect