Class: Aws::CloudWatchEvents::Types::TestEventPatternRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventString

The event, in JSON format, to test against the event pattern. The JSON must follow the format specified in Amazon Web Services Events, and the following fields are mandatory:

  • id

  • account

  • source

  • time

  • region

  • resources

  • detail-type

Returns:

  • (String)


4024
4025
4026
4027
4028
4029
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 4024

class TestEventPatternRequest < Struct.new(
  :event_pattern,
  :event)
  SENSITIVE = []
  include Aws::Structure
end

#event_patternString

The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.

Returns:

  • (String)


4024
4025
4026
4027
4028
4029
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 4024

class TestEventPatternRequest < Struct.new(
  :event_pattern,
  :event)
  SENSITIVE = []
  include Aws::Structure
end