ProjectSummary
The details of a Amazon DataZone project.
Contents
- createdBy
-
The Amazon DataZone user who created the project.
Type: String
Required: Yes
- domainId
-
The identifier of a Amazon DataZone domain where the project exists.
Type: String
Pattern:
^dzd[-_][a-zA-Z0-9_-]{1,36}$
Required: Yes
- id
-
The identifier of a project.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: Yes
- name
-
The name of a project.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[\w -]+$
Required: Yes
- createdAt
-
The timestamp of when a project was created.
Type: Timestamp
Required: No
- description
-
The description of a project.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Required: No
- domainUnitId
-
The ID of the domain unit.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^[a-z0-9_\-]+$
Required: No
- failureReasons
-
Specifies the error message that is returned if the operation cannot be successfully completed.
Type: Array of ProjectDeletionError objects
Required: No
- projectStatus
-
The status of the project.
Type: String
Valid Values:
ACTIVE | DELETING | DELETE_FAILED
Required: No
- updatedAt
-
The timestamp of when the project was updated.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: