PlacementSummary
An object providing summary information for a particular placement.
Contents
- createdDate
-
The date when the placement was originally created, in UNIX epoch time format.
Type: Timestamp
Required: Yes
- placementName
-
The name of the placement being summarized.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^[a-zA-Z0-9_-]+$
Required: Yes
- projectName
-
The name of the project containing the placement.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^[0-9A-Za-z_-]+$
Required: Yes
- updatedDate
-
The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then
createdDate
andupdatedDate
are the same.Type: Timestamp
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: