The input for PutLexiconCommand.

interface PutLexiconCommandInput {
    Content: undefined | string;
    Name: undefined | string;
}

Hierarchy (view full)

Properties

Properties

Content: undefined | string

Content of the PLS lexicon as string data.

Name: undefined | string

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.