chime

Chime

Business AppsAWS
General

General information about the service.

Description

Amazon Chime is a communications service for meetings, chat, and calls.

Service Namespace

AWS::Chime::AppInstance

ARN Pattern

arn:aws:chime:{region}:{account}:app-instance/{instance-id}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

chime-

Length

1-256

Valid Characters

Letters, numbers, hyphens, underscores

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_chime_voice_connector" "main" {
2 name = "chime-${var.environment}"
3 require_encryption = true
4}
Utilities

Utilities to support app deployment or configuration.