Class: Aws::BedrockAgentCoreControl::Types::FromUrlSynchronizationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::FromUrlSynchronizationConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Configuration for synchronizing from a URL-based MCP server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credential_provider_configurations ⇒ Array<Types::RegistryRecordCredentialProviderConfiguration>
Optional list of credential provider configurations for authenticating with the MCP server.
-
#url ⇒ String
The HTTPS URL of the MCP server to synchronize from.
Instance Attribute Details
#credential_provider_configurations ⇒ Array<Types::RegistryRecordCredentialProviderConfiguration>
Optional list of credential provider configurations for authenticating with the MCP server. At most one credential provider configuration can be specified.
6007 6008 6009 6010 6011 6012 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6007 class FromUrlSynchronizationConfiguration < Struct.new( :url, :credential_provider_configurations) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The HTTPS URL of the MCP server to synchronize from.
6007 6008 6009 6010 6011 6012 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6007 class FromUrlSynchronizationConfiguration < Struct.new( :url, :credential_provider_configurations) SENSITIVE = [] include Aws::Structure end |