interface CloudWatchAlarmTemplateReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CloudWatchAlarmTemplateReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CloudWatchAlarmTemplateReference |
![]() | software.amazon.awscdk.services.medialive.CloudWatchAlarmTemplateReference |
![]() | aws_cdk.aws_medialive.CloudWatchAlarmTemplateReference |
![]() | aws-cdk-lib » aws_medialive » CloudWatchAlarmTemplateReference |
A reference to a CloudWatchAlarmTemplate resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const cloudWatchAlarmTemplateReference: medialive.CloudWatchAlarmTemplateReference = {
cloudWatchAlarmTemplateArn: 'cloudWatchAlarmTemplateArn',
identifier: 'identifier',
};
Properties
Name | Type | Description |
---|---|---|
cloud | string | The ARN of the CloudWatchAlarmTemplate resource. |
identifier | string | The Identifier of the CloudWatchAlarmTemplate resource. |
cloudWatchAlarmTemplateArn
Type:
string
The ARN of the CloudWatchAlarmTemplate resource.
identifier
Type:
string
The Identifier of the CloudWatchAlarmTemplate resource.