CloudWatchAlarmTemplate

class CloudWatchAlarmTemplate : KotlinCustomResource

Definition of AWS::MediaLive::CloudWatchAlarmTemplate Resource Type

Properties

Link copied to clipboard
val arn: Output<String>

A cloudwatch alarm template's ARN (Amazon Resource Name)

Link copied to clipboard
val awsId: Output<String>

A cloudwatch alarm template's id. AWS provided templates have ids that start with aws-

Link copied to clipboard

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

Link copied to clipboard
val createdAt: Output<String>

The date and time of resource creation.

Link copied to clipboard

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

Link copied to clipboard
val description: Output<String>?

A resource's optional description.

Link copied to clipboard

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

Link copied to clipboard
val groupId: Output<String>

A cloudwatch alarm template group's id. AWS provided template groups have ids that start with aws-

Link copied to clipboard
val groupIdentifier: Output<String>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val identifier: Output<String>
Link copied to clipboard
val metricName: Output<String>

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

Link copied to clipboard
val modifiedAt: Output<String>

The date and time of latest resource modification.

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val period: Output<Double>

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val tags: Output<Map<String, String>>?
Link copied to clipboard

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

Link copied to clipboard
val threshold: Output<Double>

The threshold value to compare with the specified statistic.

Link copied to clipboard

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

Link copied to clipboard
val urn: Output<String>