CloudWatchAlarmTemplateGroupReference

class aws_cdk.aws_medialive.CloudWatchAlarmTemplateGroupReference(*, cloud_watch_alarm_template_group_arn, identifier)

Bases: object

A reference to a CloudWatchAlarmTemplateGroup resource.

Parameters:
  • cloud_watch_alarm_template_group_arn (str) – The ARN of the CloudWatchAlarmTemplateGroup resource.

  • identifier (str) – The Identifier of the CloudWatchAlarmTemplateGroup resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_medialive as medialive

cloud_watch_alarm_template_group_reference = medialive.CloudWatchAlarmTemplateGroupReference(
    cloud_watch_alarm_template_group_arn="cloudWatchAlarmTemplateGroupArn",
    identifier="identifier"
)

Attributes

cloud_watch_alarm_template_group_arn

The ARN of the CloudWatchAlarmTemplateGroup resource.

identifier

The Identifier of the CloudWatchAlarmTemplateGroup resource.