DomainObjectTypesListItem
Represents an item in the list of domain object types, containing basic information about a specific object type within a domain.
Contents
- ObjectTypeName
-
The name that identifies the object type within the domain.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z_][a-zA-Z_0-9-]*$Required: Yes
- CreatedAt
-
The timestamp of when the domain object type was created.
Type: Timestamp
Required: No
- Description
-
A description explaining the purpose and characteristics of this object type.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 10000.
Required: No
- LastUpdatedAt
-
The timestamp of when the domain object type was most recently edited.
Type: Timestamp
Required: No
- Tags
-
The tags used to organize, track, or control access for this resource.
Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[a-zA-Z+-=._:/]+$Value Length Constraints: Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: