Class: Aws::BedrockAgentCoreControl::Types::SynchronizationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Configuration for synchronizing registry record metadata from an external source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#from_urlTypes::FromUrlSynchronizationConfiguration

Configuration for synchronizing from a URL-based source.



14630
14631
14632
14633
14634
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 14630

class SynchronizationConfiguration < Struct.new(
  :from_url)
  SENSITIVE = []
  include Aws::Structure
end