Class: Aws::MediaLive::Types::CreateSignalMapRequestContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateSignalMapRequestContent
- 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>
-
#name ⇒ String
A resource’s name.
-
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
Instance Attribute Details
#cloud_watch_alarm_template_group_identifiers ⇒ Array<String>
14782 14783 14784 14785 14786 14787 14788 14789 14790 14791 |
# File 'lib/aws-sdk-medialive/types.rb', line 14782 class CreateSignalMapRequestContent < Struct.new( :cloud_watch_alarm_template_group_identifiers, :description, :discovery_entry_point_arn, :event_bridge_rule_template_group_identifiers, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A resource’s optional description.
14782 14783 14784 14785 14786 14787 14788 14789 14790 14791 |
# File 'lib/aws-sdk-medialive/types.rb', line 14782 class CreateSignalMapRequestContent < Struct.new( :cloud_watch_alarm_template_group_identifiers, :description, :discovery_entry_point_arn, :event_bridge_rule_template_group_identifiers, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#discovery_entry_point_arn ⇒ String
A top-level supported AWS resource ARN to discovery a signal map from.
14782 14783 14784 14785 14786 14787 14788 14789 14790 14791 |
# File 'lib/aws-sdk-medialive/types.rb', line 14782 class CreateSignalMapRequestContent < Struct.new( :cloud_watch_alarm_template_group_identifiers, :description, :discovery_entry_point_arn, :event_bridge_rule_template_group_identifiers, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#event_bridge_rule_template_group_identifiers ⇒ Array<String>
14782 14783 14784 14785 14786 14787 14788 14789 14790 14791 |
# File 'lib/aws-sdk-medialive/types.rb', line 14782 class CreateSignalMapRequestContent < Struct.new( :cloud_watch_alarm_template_group_identifiers, :description, :discovery_entry_point_arn, :event_bridge_rule_template_group_identifiers, :name, :tags) 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.
14782 14783 14784 14785 14786 14787 14788 14789 14790 14791 |
# File 'lib/aws-sdk-medialive/types.rb', line 14782 class CreateSignalMapRequestContent < Struct.new( :cloud_watch_alarm_template_group_identifiers, :description, :discovery_entry_point_arn, :event_bridge_rule_template_group_identifiers, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
14782 14783 14784 14785 14786 14787 14788 14789 14790 14791 |
# File 'lib/aws-sdk-medialive/types.rb', line 14782 class CreateSignalMapRequestContent < Struct.new( :cloud_watch_alarm_template_group_identifiers, :description, :discovery_entry_point_arn, :event_bridge_rule_template_group_identifiers, :name, :tags) SENSITIVE = [] include Aws::Structure end |