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
published on Tuesday, Jun 30, 2026 by Pulumi
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
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 dictionarydata "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
Pulumi.
Aws Native. Elemental Inference. Dictionary Language - Name string
- Dictionary<string, string>
- Arn string
- Id string
- Language
Dictionary
Language - Name string
- map[string]string
- arn string
- id string
- language "eng" | "fra" | "ita" | "deu" | "spa" | "por"
- name string
- map(string)
- arn String
- id String
- language
Dictionary
Language - name String
- Map<String,String>
- arn string
- id string
- language
Dictionary
Language - name string
- {[key: string]: string}
- arn str
- id str
- language
Dictionary
Language - name str
- Mapping[str, str]
- arn String
- id String
- language "eng" | "fra" | "ita" | "deu" | "spa" | "por"
- name String
- Map<String>
Supporting Types
DictionaryLanguage
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Tuesday, Jun 30, 2026 by Pulumi