Class: Aws::MediaLive::Types::EventBridgeRuleTemplateTarget

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

Overview

The target to which to send matching events.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Target ARNs must be either an SNS topic or CloudWatch log group.

Returns:

  • (String)


14856
14857
14858
14859
14860
# File 'lib/aws-sdk-medialive/types.rb', line 14856

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