Data Source: aws_connect_bot_association

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

Example Usage

By name

data "aws_connect_bot_association" "example" {
  instance_id = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
  lex_bot {
    name = "Test"
  }
}

Argument Reference

This data source supports the following arguments:

lex_bot

The lex_bot configuration block supports the following: