CloudWatchAlarmTemplateReference
- class aws_cdk.interfaces.aws_medialive.CloudWatchAlarmTemplateReference(*, cloud_watch_alarm_template_arn, identifier)
Bases:
objectA reference to a CloudWatchAlarmTemplate resource.
- Parameters:
cloud_watch_alarm_template_arn (
str) – The ARN of the CloudWatchAlarmTemplate resource.identifier (
str) – The Identifier of the CloudWatchAlarmTemplate 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.interfaces import aws_medialive as interfaces_aws_medialive cloud_watch_alarm_template_reference = interfaces_aws_medialive.CloudWatchAlarmTemplateReference( cloud_watch_alarm_template_arn="cloudWatchAlarmTemplateArn", identifier="identifier" )
Attributes
- cloud_watch_alarm_template_arn
The ARN of the CloudWatchAlarmTemplate resource.
- identifier
The Identifier of the CloudWatchAlarmTemplate resource.