Class: Aws::MediaLive::Types::CreateCloudWatchAlarmTemplateRequestContent

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operatorString

The comparison operator used to compare the specified statistic and the threshold.

Returns:

  • (String)


13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13952

class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
  :comparison_operator,
  :datapoints_to_alarm,
  :description,
  :evaluation_periods,
  :group_identifier,
  :metric_name,
  :name,
  :period,
  :statistic,
  :tags,
  :target_resource_type,
  :threshold,
  :treat_missing_data)
  SENSITIVE = []
  include Aws::Structure
end

#datapoints_to_alarmInteger

The number of datapoints within the evaluation period that must be breaching to trigger the alarm.

Returns:

  • (Integer)


13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13952

class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
  :comparison_operator,
  :datapoints_to_alarm,
  :description,
  :evaluation_periods,
  :group_identifier,
  :metric_name,
  :name,
  :period,
  :statistic,
  :tags,
  :target_resource_type,
  :threshold,
  :treat_missing_data)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A resource's optional description.

Returns:

  • (String)


13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13952

class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
  :comparison_operator,
  :datapoints_to_alarm,
  :description,
  :evaluation_periods,
  :group_identifier,
  :metric_name,
  :name,
  :period,
  :statistic,
  :tags,
  :target_resource_type,
  :threshold,
  :treat_missing_data)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_periodsInteger

The number of periods over which data is compared to the specified threshold.

Returns:

  • (Integer)


13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13952

class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
  :comparison_operator,
  :datapoints_to_alarm,
  :description,
  :evaluation_periods,
  :group_identifier,
  :metric_name,
  :name,
  :period,
  :statistic,
  :tags,
  :target_resource_type,
  :threshold,
  :treat_missing_data)
  SENSITIVE = []
  include Aws::Structure
end

#group_identifierString

A cloudwatch alarm template group's identifier. Can be either be its id or current name.

Returns:

  • (String)


13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13952

class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
  :comparison_operator,
  :datapoints_to_alarm,
  :description,
  :evaluation_periods,
  :group_identifier,
  :metric_name,
  :name,
  :period,
  :statistic,
  :tags,
  :target_resource_type,
  :threshold,
  :treat_missing_data)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

The name of the metric associated with the alarm. Must be compatible with targetResourceType.

Returns:

  • (String)


13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13952

class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
  :comparison_operator,
  :datapoints_to_alarm,
  :description,
  :evaluation_periods,
  :group_identifier,
  :metric_name,
  :name,
  :period,
  :statistic,
  :tags,
  :target_resource_type,
  :threshold,
  :treat_missing_data)
  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)


13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13952

class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
  :comparison_operator,
  :datapoints_to_alarm,
  :description,
  :evaluation_periods,
  :group_identifier,
  :metric_name,
  :name,
  :period,
  :statistic,
  :tags,
  :target_resource_type,
  :threshold,
  :treat_missing_data)
  SENSITIVE = []
  include Aws::Structure
end

#periodInteger

The period, in seconds, over which the specified statistic is applied.

Returns:

  • (Integer)


13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13952

class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
  :comparison_operator,
  :datapoints_to_alarm,
  :description,
  :evaluation_periods,
  :group_identifier,
  :metric_name,
  :name,
  :period,
  :statistic,
  :tags,
  :target_resource_type,
  :threshold,
  :treat_missing_data)
  SENSITIVE = []
  include Aws::Structure
end

#statisticString

The statistic to apply to the alarm's metric data.

Returns:

  • (String)


13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13952

class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
  :comparison_operator,
  :datapoints_to_alarm,
  :description,
  :evaluation_periods,
  :group_identifier,
  :metric_name,
  :name,
  :period,
  :statistic,
  :tags,
  :target_resource_type,
  :threshold,
  :treat_missing_data)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Represents the tags associated with a resource.

Returns:

  • (Hash<String,String>)


13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13952

class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
  :comparison_operator,
  :datapoints_to_alarm,
  :description,
  :evaluation_periods,
  :group_identifier,
  :metric_name,
  :name,
  :period,
  :statistic,
  :tags,
  :target_resource_type,
  :threshold,
  :treat_missing_data)
  SENSITIVE = []
  include Aws::Structure
end

#target_resource_typeString

The resource type this template should dynamically generate cloudwatch metric alarms for.

Returns:

  • (String)


13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13952

class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
  :comparison_operator,
  :datapoints_to_alarm,
  :description,
  :evaluation_periods,
  :group_identifier,
  :metric_name,
  :name,
  :period,
  :statistic,
  :tags,
  :target_resource_type,
  :threshold,
  :treat_missing_data)
  SENSITIVE = []
  include Aws::Structure
end

#thresholdFloat

The threshold value to compare with the specified statistic.

Returns:

  • (Float)


13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13952

class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
  :comparison_operator,
  :datapoints_to_alarm,
  :description,
  :evaluation_periods,
  :group_identifier,
  :metric_name,
  :name,
  :period,
  :statistic,
  :tags,
  :target_resource_type,
  :threshold,
  :treat_missing_data)
  SENSITIVE = []
  include Aws::Structure
end

#treat_missing_dataString

Specifies how missing data points are treated when evaluating the alarm's condition.

Returns:

  • (String)


13952
13953
13954
13955
13956
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
13968
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13952

class CreateCloudWatchAlarmTemplateRequestContent < Struct.new(
  :comparison_operator,
  :datapoints_to_alarm,
  :description,
  :evaluation_periods,
  :group_identifier,
  :metric_name,
  :name,
  :period,
  :statistic,
  :tags,
  :target_resource_type,
  :threshold,
  :treat_missing_data)
  SENSITIVE = []
  include Aws::Structure
end