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>
16901 16902 16903 16904 16905 16906 16907 16908 16909 16910 |
# File 'lib/aws-sdk-medialive/types.rb', line 16901 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.
16901 16902 16903 16904 16905 16906 16907 16908 16909 16910 |
# File 'lib/aws-sdk-medialive/types.rb', line 16901 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.
16901 16902 16903 16904 16905 16906 16907 16908 16909 16910 |
# File 'lib/aws-sdk-medialive/types.rb', line 16901 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>
16901 16902 16903 16904 16905 16906 16907 16908 16909 16910 |
# File 'lib/aws-sdk-medialive/types.rb', line 16901 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.
16901 16902 16903 16904 16905 16906 16907 16908 16909 16910 |
# File 'lib/aws-sdk-medialive/types.rb', line 16901 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.
16901 16902 16903 16904 16905 16906 16907 16908 16909 16910 |
# File 'lib/aws-sdk-medialive/types.rb', line 16901 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 |