lex
Lex
AI & MLAWS
General
General information about the service.
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
lex-Length
2-50
Valid Characters
Letters, numbers, underscores
Scope
region
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "aws_lexv2models_bot" "main" {2 name = "lex_${var.environment}"3 role_arn = aws_iam_role.lex.arn4 data_privacy { child_directed = false }5 idle_session_ttl_in_seconds = 3006}
Utilities
Utilities to support app deployment or configuration.