Data Source: aws_polly_voices

Terraform data source for managing an AWS Polly Voices.

Example Usage

Basic Usage

data "aws_polly_voices" "example" {}

With Language Code

data "aws_polly_voices" "example" {
  language_code = "en-GB"
}

Argument Reference

The following arguments are optional:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

voices Attribute Reference

See the AWS Polly Voice documentation for additional details.