GlossaryTermItem
The details of a business glossary term.
Contents
- domainId
-
The identifier of the Amazon DataZone domain in which the business glossary exists.
Type: String
Pattern:
^dzd[-_][a-zA-Z0-9_-]{1,36}$
Required: Yes
- glossaryId
-
The identifier of the business glossary to which the term belongs.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: Yes
- id
-
The identifier of the business glossary term.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: Yes
- name
-
The name of the business glossary term.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
- status
-
The status of the business glossary term.
Type: String
Valid Values:
ENABLED | DISABLED
Required: Yes
- createdAt
-
The timestamp of when a business glossary term was created.
Type: Timestamp
Required: No
- createdBy
-
The Amazon DataZone user who created the business glossary.
Type: String
Required: No
- longDescription
-
The long description of the business glossary term.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 4096.
Required: No
- shortDescription
-
The short description of the business glossary term.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
- termRelations
-
The relations of the business glossary term.
Type: TermRelations object
Required: No
- updatedAt
-
The timestamp of when a business glossary term was updated.
Type: Timestamp
Required: No
- updatedBy
-
The Amazon DataZone user who updated the business glossary term.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: