Class: Aws::BedrockDataAutomation::Types::EventBridgeConfiguration

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

Overview

Event bridge configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_bridge_enabledBoolean

Event bridge flag.

Returns:

  • (Boolean)


1396
1397
1398
1399
1400
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1396

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