Package com.pulumi.aws.connect.outputs
Class GetVocabularyResult
- java.lang.Object
-
- com.pulumi.aws.connect.outputs.GetVocabularyResult
-
public final class GetVocabularyResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetVocabularyResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
static GetVocabularyResult.Builder
builder()
static GetVocabularyResult.Builder
builder(GetVocabularyResult defaults)
java.lang.String
content()
java.lang.String
failureReason()
java.lang.String
id()
java.lang.String
instanceId()
java.lang.String
languageCode()
java.lang.String
lastModifiedTime()
java.lang.String
name()
java.lang.String
state()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
vocabularyId()
-
-
-
Method Detail
-
arn
public java.lang.String arn()
- Returns:
- The Amazon Resource Name (ARN) of the Vocabulary.
-
content
public java.lang.String content()
- Returns:
- The content of the custom vocabulary in plain-text format with a table of values. Each row in the table represents a word or a phrase, described with Phrase, IPA, SoundsLike, and DisplayAs fields. Separate the fields with TAB characters. For more information, see [Create a custom vocabulary using a table](https://docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary.html#create-vocabulary-table).
-
failureReason
public java.lang.String failureReason()
- Returns:
- The reason why the custom vocabulary was not created.
-
id
public java.lang.String id()
- Returns:
- The provider-assigned unique ID for this managed resource.
-
instanceId
public java.lang.String instanceId()
-
languageCode
public java.lang.String languageCode()
- Returns:
- The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see [What is Amazon Transcribe?](https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html). Valid Values are `ar-AE`, `de-CH`, `de-DE`, `en-AB`, `en-AU`, `en-GB`, `en-IE`, `en-IN`, `en-US`, `en-WL`, `es-ES`, `es-US`, `fr-CA`, `fr-FR`, `hi-IN`, `it-IT`, `ja-JP`, `ko-KR`, `pt-BR`, `pt-PT`, `zh-CN`.
-
lastModifiedTime
public java.lang.String lastModifiedTime()
- Returns:
- The timestamp when the custom vocabulary was last modified.
-
name
public java.lang.String name()
-
state
public java.lang.String state()
- Returns:
- The current state of the custom vocabulary. Valid values are `CREATION_IN_PROGRESS`, `ACTIVE`, `CREATION_FAILED`, `DELETE_IN_PROGRESS`.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- A map of tags to assign to the Vocabulary.
-
vocabularyId
public java.lang.String vocabularyId()
- Returns:
- The identifier of the custom vocabulary.
-
builder
public static GetVocabularyResult.Builder builder()
-
builder
public static GetVocabularyResult.Builder builder(GetVocabularyResult defaults)
-
-