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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Returns:

  • (String)


14296
14297
14298
14299
14300
14301
14302
14303
14304
14305
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14296

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

#event_targetsArray<Types::EventBridgeRuleTemplateTarget>



14296
14297
14298
14299
14300
14301
14302
14303
14304
14305
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14296

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)


14296
14297
14298
14299
14300
14301
14302
14303
14304
14305
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14296

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

#group_identifierString

Returns:

  • (String)


14296
14297
14298
14299
14300
14301
14302
14303
14304
14305
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14296

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

#nameString

Returns:

  • (String)


14296
14297
14298
14299
14300
14301
14302
14303
14304
14305
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14296

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>)


14296
14297
14298
14299
14300
14301
14302
14303
14304
14305
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14296

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