RegistrySummary
Registry summary for list operations
Contents
- createdAt
-
The timestamp when the registry was created
Type: Timestamp
Required: Yes
- name
-
Registry name
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9][a-zA-Z0-9_\-\.\/]*Required: Yes
- registryArn
-
Registry Amazon Resource Name
Type: String
Length Constraints: Minimum length of 46. Maximum length of 2048.
Pattern:
arn:aws(-[^:]+)?:agent-registry:[a-z0-9-]+:[0-9]{12}:registry/[a-zA-Z0-9]{12,16}Required: Yes
- registryId
-
Unique registry identifier
Type: String
Length Constraints: Minimum length of 12. Maximum length of 16.
Pattern:
[a-zA-Z0-9]{12,16}Required: Yes
- status
-
Current status of the registry
Type: String
Valid Values:
CREATING | READY | UPDATING | CREATE_FAILED | UPDATE_FAILED | DELETING | DELETE_FAILEDRequired: Yes
- updatedAt
-
The timestamp when the registry was last updated
Type: Timestamp
Required: Yes
- description
-
Registry description
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Required: No
- discoveryConfiguration
-
Discovery configuration for the registry
Type: DiscoveryConfiguration object
Required: No
- statusReason
-
The reason for the current status. Typically populated when the status indicates a failure state.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: