AiAgentProviderAccountStatus
No description
enum AiAgentProviderAccountStatus {
CONNECTED
DISCONNECTED
SYNCING
DISABLED
ENABLED
PROVISIONING_STEP1_COMPLETE
PROVISIONING_STEP2_ERROR
}
Values
AiAgentProviderAccountStatus.CONNECTED {#connected}
The provider account in the Ai Agent Registry has established connection to the customer's account in the source system like AWS.
AiAgentProviderAccountStatus.DISCONNECTED {#disconnected}
The provider account in the AI Agent Registry has lost connection to the customer's account in the source system, possibly due to expired access tokens.
AiAgentProviderAccountStatus.SYNCING {#syncing}
The AI Agent Registry is syncing agent metadata from the customer's account in the source system.
AiAgentProviderAccountStatus.DISABLED {#disabled}
The customer has disabled the provider account in the AI Agent Registry. Agent metadata will not be synced in this state.
AiAgentProviderAccountStatus.ENABLED {#enabled}
The customer has enabled the provider account in the AI Agent Registry. Agent metadata will be synced.
AiAgentProviderAccountStatus.PROVISIONING_STEP1_COMPLETE {#provisioning-step1-complete}
Bedrock only state - Customer has entered their AWS account ID and region in the Registry. The system is waiting for the customer to execute a cloudformation template. Once the cloudformation template is executed then Registry can assume role to sync metadata and fetch agent metrics data.
AiAgentProviderAccountStatus.PROVISIONING_STEP2_ERROR {#provisioning-step2-error}
Bedrock only state - There was an error in doing assume role to the customer's AWS account.
Member Of
AiAgentProviderAccount object ●
AiAgentProviderAccountUpdateInput input