Resource: aws_chimesdkvoice_global_settings

Terraform resource for managing Amazon Chime SDK Voice Global Settings.

Example Usage

Basic Usage

resource "aws_chimesdkvoice_global_settings" "example" {
  voice_connector {
    cdr_bucket = "example-bucket-name"
  }
}

Argument Reference

This resource supports the following arguments:

voice_connector

The Amazon Chime SDK Voice Connector settings. Includes any Amazon S3 buckets designated for storing call detail records.

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

In Terraform v1.5.0 and later, use an import block to import AWS Chime SDK Voice Global Settings using the id (AWS account ID). For example:

import {
  to = aws_chimesdkvoice_global_settings.example
  id = "123456789012"
}

Using terraform import, import AWS Chime SDK Voice Global Settings using the id (AWS account ID). For example:

% terraform import aws_chimesdkvoice_global_settings.example 123456789012