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

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

    Using getDictionary

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDictionary(args: GetDictionaryArgs, opts?: InvokeOptions): Promise<GetDictionaryResult>
    function getDictionaryOutput(args: GetDictionaryOutputArgs, opts?: InvokeOptions): Output<GetDictionaryResult>
    def get_dictionary(id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetDictionaryResult
    def get_dictionary_output(id: pulumi.Input[Optional[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetDictionaryResult]
    func LookupDictionary(ctx *Context, args *LookupDictionaryArgs, opts ...InvokeOption) (*LookupDictionaryResult, error)
    func LookupDictionaryOutput(ctx *Context, args *LookupDictionaryOutputArgs, opts ...InvokeOption) LookupDictionaryResultOutput

    > Note: This function is named LookupDictionary in the Go SDK.

    public static class GetDictionary 
    {
        public static Task<GetDictionaryResult> InvokeAsync(GetDictionaryArgs args, InvokeOptions? opts = null)
        public static Output<GetDictionaryResult> Invoke(GetDictionaryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDictionaryResult> getDictionary(GetDictionaryArgs args, InvokeOptions options)
    public static Output<GetDictionaryResult> getDictionary(GetDictionaryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:elementalinference:getDictionary
      arguments:
        # arguments dictionary
    data "aws-native_elementalinference_getdictionary" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Id string
    id string
    id String
    id string
    id str
    id String

    getDictionary Result

    The following output properties are available:

    Arn string
    Id string
    Language DictionaryLanguage
    Name string
    Tags map[string]string
    arn String
    id String
    language DictionaryLanguage
    name String
    tags Map<String,String>
    arn string
    id string
    language DictionaryLanguage
    name string
    tags {[key: string]: string}
    arn str
    id str
    language DictionaryLanguage
    name str
    tags Mapping[str, str]

    Supporting Types

    DictionaryLanguage

    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