AWS::MediaLive::CloudWatchAlarmTemplateGroupDefinition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Description | string | |
Tags | TagMap | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | A cloudwatch alarm template group's ARN (Amazon Resource Name) |
CreatedAt | string | - |
Id | string | A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-` |
Identifier | string | - |
ModifiedAt | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaLive::CloudWatchAlarmTemplateGroup
Resources:
MyResource:
Type: AWS::MediaLive::CloudWatchAlarmTemplateGroup
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
medialive:CreateCloudWatchAlarmTemplateGroupmedialive:GetCloudWatchAlarmTemplateGroupmedialive:CreateTagsmedialive:GetCloudWatchAlarmTemplateGroupmedialive:UpdateCloudWatchAlarmTemplateGroupmedialive:GetCloudWatchAlarmTemplateGroupmedialive:CreateTagsmedialive:DeleteTagsmedialive:DeleteCloudWatchAlarmTemplateGroupmedialive:ListCloudWatchAlarmTemplateGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameTags