This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ElementalInference::Dictionary
The AWS::ElementalInference::Dictionary resource Property description not available. for ElementalInference.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::ElementalInference::Dictionary", "Properties" : { "Entries" :String, "Language" :String, "Name" :String, "Tags" :{} }Key:Value, ...}
YAML
Type: AWS::ElementalInference::Dictionary Properties: Entries:StringLanguage:StringName:StringTags:Key:Value
Properties
EntriesProperty description not available.
Required: No
Type: String
Maximum:
40960Update requires: No interruption
Language-
The language of the dictionary.
Required: Yes
Type: String
Allowed values:
eng | fra | ita | deu | spa | porUpdate requires: No interruption
Name-
The name of the dictionary.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9]([a-zA-Z0-9-_]{0,126}[a-zA-Z0-9])?$Update requires: No interruption
Property description not available.
Required: No
Type: Object of String
Pattern:
.+Maximum:
256Update requires: No interruption
Return values
Ref
Fn::GetAtt
Arn-
The ARN of the dictionary.
Id-
The ID of the dictionary.