AWS::ElementalInference::DictionaryRepresents a custom dictionary for improving transcription accuracy
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Language | string | Required |
Name | string | Required |
Entries | string | Write-only |
Tags | TagMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElementalInference::Dictionary
Resources:
MyResource:
Type: AWS::ElementalInference::Dictionary
Properties:
Language: "value"
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
elemental-inference:CreateDictionaryelemental-inference:TagResourceelemental-inference:GetDictionaryelemental-inference:ListTagsForResourceelemental-inference:UpdateDictionaryelemental-inference:GetDictionaryelemental-inference:TagResourceelemental-inference:UntagResourceelemental-inference:ListTagsForResourceelemental-inference:DeleteDictionaryelemental-inference:GetDictionaryelemental-inference:ListDictionariesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId