Skip to content

aws-samples/sample-cdk-constructs-for-amazon-connect

CDK Constructs for Amazon Connect

Stability: Experimental

All classes are under active development and subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.

This library implements of the L2 CDK constructs for Amazon Connect and the related services including Amazon Q in Connect and Amazon AppIntegrations.

Usage

const instance = new connect.Instance(this, 'TestConnectInstance', {
  attributes: {
    inboundCalls: true,
    outboundCalls: true,
    contactflowLogs: true,
  },
  identityManagementType: connect.IdentityManagementType.CONNECT_MANAGED,
  instanceAlias: `test-connect-instance`,
});

You can create other resources in Amazon Connect. See the test code for more information.

Reference

API Reference

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.


© Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

About

L2 CDK constructs for Amazon Connect

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published