aws_polly_voices

package
v0.0.0-...-4deecce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataArgs

type DataArgs struct {
	// Engine: string, optional
	Engine terra.StringValue `hcl:"engine,attr"`
	// IncludeAdditionalLanguageCodes: bool, optional
	IncludeAdditionalLanguageCodes terra.BoolValue `hcl:"include_additional_language_codes,attr"`
	// LanguageCode: string, optional
	LanguageCode terra.StringValue `hcl:"language_code,attr"`
	// Voices: min=0
	Voices []DataVoices `hcl:"voices,block" validate:"min=0"`
}

DataArgs contains the configurations for aws_polly_voices.

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource aws_polly_voices.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (apv *DataSource) Attributes() dataAwsPollyVoicesAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (apv *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (apv *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (apv *DataSource) LocalName() string

LocalName returns the local name for DataSource.

type DataVoices

type DataVoices struct{}

type DataVoicesAttributes

type DataVoicesAttributes struct {
	// contains filtered or unexported fields
}

func (DataVoicesAttributes) AdditionalLanguageCodes

func (v DataVoicesAttributes) AdditionalLanguageCodes() terra.ListValue[terra.StringValue]

func (DataVoicesAttributes) Gender

func (DataVoicesAttributes) Id

func (DataVoicesAttributes) InternalRef

func (v DataVoicesAttributes) InternalRef() (terra.Reference, error)

func (DataVoicesAttributes) InternalTokens

func (v DataVoicesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataVoicesAttributes) InternalWithRef

func (DataVoicesAttributes) LanguageCode

func (v DataVoicesAttributes) LanguageCode() terra.StringValue

func (DataVoicesAttributes) LanguageName

func (v DataVoicesAttributes) LanguageName() terra.StringValue

func (DataVoicesAttributes) Name

func (DataVoicesAttributes) SupportedEngines

func (v DataVoicesAttributes) SupportedEngines() terra.ListValue[terra.StringValue]

type DataVoicesState

type DataVoicesState struct {
	AdditionalLanguageCodes []string `json:"additional_language_codes"`
	Gender                  string   `json:"gender"`
	Id                      string   `json:"id"`
	LanguageCode            string   `json:"language_code"`
	LanguageName            string   `json:"language_name"`
	Name                    string   `json:"name"`
	SupportedEngines        []string `json:"supported_engines"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL