Class: Aws::MediaLive::Types::StartUpdateSignalMapRequestContent

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_alarm_template_group_identifiersArray<String>

Returns:

  • (Array<String>)


16460
16461
16462
16463
16464
16465
16466
16467
16468
16469
# File 'lib/aws-sdk-medialive/types.rb', line 16460

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

#descriptionString

A resource’s optional description.

Returns:

  • (String)


16460
16461
16462
16463
16464
16465
16466
16467
16468
16469
# File 'lib/aws-sdk-medialive/types.rb', line 16460

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_arnString

A top-level supported AWS resource ARN to discovery a signal map from.

Returns:

  • (String)


16460
16461
16462
16463
16464
16465
16466
16467
16468
16469
# File 'lib/aws-sdk-medialive/types.rb', line 16460

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_identifiersArray<String>

Returns:

  • (Array<String>)


16460
16461
16462
16463
16464
16465
16466
16467
16468
16469
# File 'lib/aws-sdk-medialive/types.rb', line 16460

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_rediscoveryBoolean

If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.

Returns:

  • (Boolean)


16460
16461
16462
16463
16464
16465
16466
16467
16468
16469
# File 'lib/aws-sdk-medialive/types.rb', line 16460

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

#nameString

A resource’s name. Names must be unique within the scope of a resource type in a specific region.

Returns:

  • (String)


16460
16461
16462
16463
16464
16465
16466
16467
16468
16469
# File 'lib/aws-sdk-medialive/types.rb', line 16460

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