Skip to content

Bedrock Agentcore Control  >  Structures  >  FromUrlSynchronizationConfiguration

FromUrlSynchronizationConfiguration

Structure Class

FromUrlSynchronizationConfiguration dataclass

Configuration for synchronizing from a URL-based MCP server.

Attributes

credential_provider_configurations class-attribute instance-attribute
credential_provider_configurations: list[RegistryRecordCredentialProviderConfiguration] | None = None

Optional list of credential provider configurations for authenticating with the MCP server. At most one credential provider configuration can be specified.

url instance-attribute
url: str

The HTTPS URL of the MCP server to synchronize from.