Skip to content

Data Source: awsConnectBotAssociation

Provides details about a specific Lex (V1) Bot associated with an Amazon Connect instance.

Example Usage

By name

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsConnectBotAssociation.DataAwsConnectBotAssociation(
  this,
  "example",
  {
    instanceId: "aaaaaaaa-bbbb-cccc-dddd-111111111111",
    lexBot: {
      name: "Test",
    },
  }
);

Argument Reference

The following arguments are supported:

  • instanceId - (Required) Identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
  • lexBot - (Required) Configuration information of an Amazon Lex (V1) bot. Detailed below.

lexBot

The lexBot configuration block supports the following:

  • name - (Required) Name of the Amazon Lex (V1) bot.
  • lexRegion - (Optional) Region that the Amazon Lex (V1) bot was created in.