Class: Aws::MediaLive::Types::CreateEventBridgeRuleTemplateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::CreateEventBridgeRuleTemplateRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #description ⇒ String
 - #event_targets ⇒ Array<Types::EventBridgeRuleTemplateTarget>
 - 
  
    
      #event_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of event to match with the rule.
 - #group_identifier ⇒ String
 - #name ⇒ String
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents the tags associated with a resource.
 
Instance Attribute Details
#description ⇒ 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_targets ⇒ Array<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_type ⇒ String
The type of event to match with the rule.
      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_identifier ⇒ 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  | 
  
#name ⇒ 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  | 
  
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
      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  |