Class: Aws::MediaLive::Types::CreateEventBridgeRuleTemplateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Returns:

  • (String)


14569
14570
14571
14572
14573
14574
14575
14576
14577
14578
# File 'lib/aws-sdk-medialive/types.rb', line 14569

class CreateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#event_targetsArray<Types::EventBridgeRuleTemplateTarget>



14569
14570
14571
14572
14573
14574
14575
14576
14577
14578
# File 'lib/aws-sdk-medialive/types.rb', line 14569

class CreateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

The type of event to match with the rule.

Returns:

  • (String)


14569
14570
14571
14572
14573
14574
14575
14576
14577
14578
# File 'lib/aws-sdk-medialive/types.rb', line 14569

class CreateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#group_identifierString

Returns:

  • (String)


14569
14570
14571
14572
14573
14574
14575
14576
14577
14578
# File 'lib/aws-sdk-medialive/types.rb', line 14569

class CreateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


14569
14570
14571
14572
14573
14574
14575
14576
14577
14578
# File 'lib/aws-sdk-medialive/types.rb', line 14569

class CreateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Represents the tags associated with a resource.

Returns:

  • (Hash<String,String>)


14569
14570
14571
14572
14573
14574
14575
14576
14577
14578
# File 'lib/aws-sdk-medialive/types.rb', line 14569

class CreateEventBridgeRuleTemplateRequest < Struct.new(
  :description,
  :event_targets,
  :event_type,
  :group_identifier,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end