Skip to content

Resource: awsChimeVoiceConnector

Enables you to connect your phone system to the telephone network at a substantial cost savings by using SIP trunking.

Example Usage

/*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.chimeVoiceConnector.ChimeVoiceConnector(this, "test", {
  awsRegion: "us-east-1",
  name: "connector-test-1",
  requireEncryption: true,
});

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the Amazon Chime Voice Connector.
  • requireEncryption - (Required) When enabled, requires encryption for the Amazon Chime Voice Connector.
  • awsRegion - (Optional) The AWS Region in which the Amazon Chime Voice Connector is created. Default value: usEast1

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • outboundHostName - The outbound host name for the Amazon Chime Voice Connector.

Import

Configuration Recorder can be imported using the name, e.g.,

$ terraform import aws_chime_voice_connector.test example