Association
Represents a service association within an AgentSpace, defining how the agent interacts with external services.
Contents
- agentSpaceId
-
The unique identifier of the AgentSpace
Type: String
Pattern:
[a-zA-Z0-9-]{1,64}Required: Yes
- associationId
-
The unique identifier of the given association.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9-]+Required: Yes
- configuration
-
The configuration that directs how AgentSpace interacts with the given service.
Type: ServiceConfiguration object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- createdAt
-
The timestamp when the resource was created.
Type: Timestamp
Required: Yes
- serviceId
-
The identifier for associated service
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9_-]+Required: Yes
- updatedAt
-
The timestamp when the resource was last updated.
Type: Timestamp
Required: Yes
- status
-
Validation status
Type: String
Valid Values:
valid | invalid | pending-confirmationRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: