_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
attributes
Provides lexicon metadata. | STRUCT( "alphabet" VARCHAR, "language_code" VARCHAR, "last_modified" TIMESTAMP_S, "lexicon_arn" VARCHAR, "lexemes_count" BIGINT, "size" BIGINT ) |
Show child fields- attributes.alphabet
Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.
- attributes.language_code
Language code that the lexicon applies to. A lexicon with a language code such as "en" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.
- attributes.last_modified
Date lexicon was last modified (a timestamp value).
- attributes.lexemes_count
Number of lexemes in the lexicon.
- attributes.lexicon_arn
Amazon Resource Name (ARN) of the lexicon.
- attributes.size
Total size of the lexicon, in characters.
|