Class: Aws::MediaLive::Types::StartUpdateSignalMapRequestContent
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::StartUpdateSignalMapRequestContent
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #cloud_watch_alarm_template_group_identifiers ⇒ Array<String>
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A resource’s optional description.
 - 
  
    
      #discovery_entry_point_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A top-level supported AWS resource ARN to discovery a signal map from.
 - #event_bridge_rule_template_group_identifiers ⇒ Array<String>
 - 
  
    
      #force_rediscovery  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A resource’s name.
 
Instance Attribute Details
#cloud_watch_alarm_template_group_identifiers ⇒ Array<String>
      16733 16734 16735 16736 16737 16738 16739 16740 16741 16742  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 16733 class StartUpdateSignalMapRequestContent < Struct.new( :cloud_watch_alarm_template_group_identifiers, :description, :discovery_entry_point_arn, :event_bridge_rule_template_group_identifiers, :force_rediscovery, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A resource’s optional description.
      16733 16734 16735 16736 16737 16738 16739 16740 16741 16742  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 16733 class StartUpdateSignalMapRequestContent < Struct.new( :cloud_watch_alarm_template_group_identifiers, :description, :discovery_entry_point_arn, :event_bridge_rule_template_group_identifiers, :force_rediscovery, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#discovery_entry_point_arn ⇒ String
A top-level supported AWS resource ARN to discovery a signal map from.
      16733 16734 16735 16736 16737 16738 16739 16740 16741 16742  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 16733 class StartUpdateSignalMapRequestContent < Struct.new( :cloud_watch_alarm_template_group_identifiers, :description, :discovery_entry_point_arn, :event_bridge_rule_template_group_identifiers, :force_rediscovery, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#event_bridge_rule_template_group_identifiers ⇒ Array<String>
      16733 16734 16735 16736 16737 16738 16739 16740 16741 16742  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 16733 class StartUpdateSignalMapRequestContent < Struct.new( :cloud_watch_alarm_template_group_identifiers, :description, :discovery_entry_point_arn, :event_bridge_rule_template_group_identifiers, :force_rediscovery, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#force_rediscovery ⇒ Boolean
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
      16733 16734 16735 16736 16737 16738 16739 16740 16741 16742  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 16733 class StartUpdateSignalMapRequestContent < Struct.new( :cloud_watch_alarm_template_group_identifiers, :description, :discovery_entry_point_arn, :event_bridge_rule_template_group_identifiers, :force_rediscovery, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
A resource’s name. Names must be unique within the scope of a resource type in a specific region.
      16733 16734 16735 16736 16737 16738 16739 16740 16741 16742  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 16733 class StartUpdateSignalMapRequestContent < Struct.new( :cloud_watch_alarm_template_group_identifiers, :description, :discovery_entry_point_arn, :event_bridge_rule_template_group_identifiers, :force_rediscovery, :name) SENSITIVE = [] include Aws::Structure end  |