Class: Aws::BedrockDataAutomation::Types::NotificationConfiguration

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

Overview

Notification configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_bridge_configurationTypes::EventBridgeConfiguration

Event bridge configuration.



2238
2239
2240
2241
2242
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2238

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