We recommend new projects start with resources from the AWS provider.
published on Tuesday, Jun 30, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Tuesday, Jun 30, 2026 by Pulumi
Represents a custom dictionary for improving transcription accuracy
Create Dictionary Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Dictionary(name: string, args: DictionaryArgs, opts?: CustomResourceOptions);@overload
def Dictionary(resource_name: str,
args: DictionaryArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Dictionary(resource_name: str,
opts: Optional[ResourceOptions] = None,
language: Optional[DictionaryLanguage] = None,
entries: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)func NewDictionary(ctx *Context, name string, args DictionaryArgs, opts ...ResourceOption) (*Dictionary, error)public Dictionary(string name, DictionaryArgs args, CustomResourceOptions? opts = null)
public Dictionary(String name, DictionaryArgs args)
public Dictionary(String name, DictionaryArgs args, CustomResourceOptions options)
type: aws-native:elementalinference:Dictionary
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_elementalinference_dictionary" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args DictionaryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DictionaryArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DictionaryArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DictionaryArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DictionaryArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Dictionary Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Dictionary resource accepts the following input properties:
- Language
Pulumi.
Aws Native. Elemental Inference. Dictionary Language - Entries string
- Name string
- Dictionary<string, string>
- Language
Dictionary
Language - Entries string
- Name string
- map[string]string
- language "eng" | "fra" | "ita" | "deu" | "spa" | "por"
- entries string
- name string
- map(string)
- language
Dictionary
Language - entries String
- name String
- Map<String,String>
- language
Dictionary
Language - entries string
- name string
- {[key: string]: string}
- language
Dictionary
Language - entries str
- name str
- Mapping[str, str]
- language "eng" | "fra" | "ita" | "deu" | "spa" | "por"
- entries String
- name String
- Map<String>
Outputs
All input properties are implicitly available as output properties. Additionally, the Dictionary resource produces the following output properties:
Supporting Types
DictionaryLanguage, DictionaryLanguageArgs
- Eng
eng- Fra
fra- Ita
ita- Deu
deu- Spa
spa- Por
por
- Dictionary
Language Eng eng- Dictionary
Language Fra fra- Dictionary
Language Ita ita- Dictionary
Language Deu deu- Dictionary
Language Spa spa- Dictionary
Language Por por
- "eng"
eng- "fra"
fra- "ita"
ita- "deu"
deu- "spa"
spa- "por"
por
- Eng
eng- Fra
fra- Ita
ita- Deu
deu- Spa
spa- Por
por
- Eng
eng- Fra
fra- Ita
ita- Deu
deu- Spa
spa- Por
por
- ENG
eng- FRA
fra- ITA
ita- DEU
deu- SPA
spa- POR
por
- "eng"
eng- "fra"
fra- "ita"
ita- "deu"
deu- "spa"
spa- "por"
por
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Tuesday, Jun 30, 2026 by Pulumi