AWS Fundamentals Logo
AWS Fundamentals
AWS::ElementalInference::Dictionary

ElementalInference Dictionary

Represents a custom dictionary for improving transcription accuracy

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Language
string
Required
Name
string
Required
Entries
string
Write-only
Tags
TagMap

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

elemental-inference:CreateDictionaryelemental-inference:TagResource

read

elemental-inference:GetDictionaryelemental-inference:ListTagsForResource

update

elemental-inference:UpdateDictionaryelemental-inference:GetDictionaryelemental-inference:TagResourceelemental-inference:UntagResourceelemental-inference:ListTagsForResource

delete

elemental-inference:DeleteDictionaryelemental-inference:GetDictionary

list

elemental-inference:ListDictionaries

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceElementalInference
Properties6
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Related Resources

External Links