View a markdown version of this page

AWS::ElementalInference::Dictionary - AWS CloudFormation

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: String Language: String Name: String Tags: Key: Value

Properties

Entries

Property description not available.

Required: No

Type: String

Maximum: 40960

Update requires: No interruption

Language

The language of the dictionary.

Required: Yes

Type: String

Allowed values: eng | fra | ita | deu | spa | por

Update 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

Tags

Property description not available.

Required: No

Type: Object of String

Pattern: .+

Maximum: 256

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

The ARN of the dictionary.

Id

The ID of the dictionary.