Documentation ¶
Index ¶
- type DataArgs
- type DataSource
- type DataVoices
- type DataVoicesAttributes
- func (v DataVoicesAttributes) AdditionalLanguageCodes() terra.ListValue[terra.StringValue]
- func (v DataVoicesAttributes) Gender() terra.StringValue
- func (v DataVoicesAttributes) Id() terra.StringValue
- func (v DataVoicesAttributes) InternalRef() (terra.Reference, error)
- func (v DataVoicesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (v DataVoicesAttributes) InternalWithRef(ref terra.Reference) DataVoicesAttributes
- func (v DataVoicesAttributes) LanguageCode() terra.StringValue
- func (v DataVoicesAttributes) LanguageName() terra.StringValue
- func (v DataVoicesAttributes) Name() terra.StringValue
- func (v DataVoicesAttributes) SupportedEngines() terra.ListValue[terra.StringValue]
- type DataVoicesState
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 ¶
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 (v DataVoicesAttributes) Gender() terra.StringValue
func (DataVoicesAttributes) Id ¶
func (v DataVoicesAttributes) Id() terra.StringValue
func (DataVoicesAttributes) InternalRef ¶
func (v DataVoicesAttributes) InternalRef() (terra.Reference, error)
func (DataVoicesAttributes) InternalTokens ¶
func (v DataVoicesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataVoicesAttributes) InternalWithRef ¶
func (v DataVoicesAttributes) InternalWithRef(ref terra.Reference) DataVoicesAttributes
func (DataVoicesAttributes) LanguageCode ¶
func (v DataVoicesAttributes) LanguageCode() terra.StringValue
func (DataVoicesAttributes) LanguageName ¶
func (v DataVoicesAttributes) LanguageName() terra.StringValue
func (DataVoicesAttributes) Name ¶
func (v DataVoicesAttributes) Name() terra.StringValue
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"` }
Click to show internal directories.
Click to hide internal directories.