1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. elementalinference
  6. Dictionary

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.70.1
published on Tuesday, Jun 30, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.70.1
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 DictionaryLanguage
    Entries string
    Name string
    Tags map[string]string
    language DictionaryLanguage
    entries String
    name String
    tags Map<String,String>
    language DictionaryLanguage
    entries string
    name string
    tags {[key: string]: string}

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Dictionary resource produces the following output properties:

    Arn string
    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    arn string
    aws_id string
    id string
    The provider-assigned unique ID for this managed resource.
    arn String
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    awsId string
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    aws_id str
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    DictionaryLanguage, DictionaryLanguageArgs

    Eng
    eng
    Fra
    fra
    Ita
    ita
    Deu
    deu
    Spa
    spa
    Por
    por
    DictionaryLanguageEng
    eng
    DictionaryLanguageFra
    fra
    DictionaryLanguageIta
    ita
    DictionaryLanguageDeu
    deu
    DictionaryLanguageSpa
    spa
    DictionaryLanguagePor
    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
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.70.1
    published on Tuesday, Jun 30, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial