interface CloudWatchAlarmTemplateGroupReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.CloudWatchAlarmTemplateGroupReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CloudWatchAlarmTemplateGroupReference |
Java | software.amazon.awscdk.services.medialive.CloudWatchAlarmTemplateGroupReference |
Python | aws_cdk.aws_medialive.CloudWatchAlarmTemplateGroupReference |
TypeScript | aws-cdk-lib » aws_medialive » CloudWatchAlarmTemplateGroupReference |
A reference to a CloudWatchAlarmTemplateGroup 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 cloudWatchAlarmTemplateGroupReference: medialive.CloudWatchAlarmTemplateGroupReference = {
cloudWatchAlarmTemplateGroupArn: 'cloudWatchAlarmTemplateGroupArn',
identifier: 'identifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| cloud | string | The ARN of the CloudWatchAlarmTemplateGroup resource. |
| identifier | string | The Identifier of the CloudWatchAlarmTemplateGroup resource. |
cloudWatchAlarmTemplateGroupArn
Type:
string
The ARN of the CloudWatchAlarmTemplateGroup resource.
identifier
Type:
string
The Identifier of the CloudWatchAlarmTemplateGroup resource.

.NET
Go
Java
Python
TypeScript