AWS::MediaLive::EventBridgeRuleTemplateGroupDefinition of AWS::MediaLive::EventBridgeRuleTemplateGroup 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 | An eventbridge rule template group's ARN (Amazon Resource Name) |
CreatedAt | string | - |
Id | string | An eventbridge rule 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::EventBridgeRuleTemplateGroup
Resources:
MyResource:
Type: AWS::MediaLive::EventBridgeRuleTemplateGroup
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:CreateEventBridgeRuleTemplateGroupmedialive:GetEventBridgeRuleTemplateGroupmedialive:CreateTagsmedialive:GetEventBridgeRuleTemplateGroupmedialive:UpdateEventBridgeRuleTemplateGroupmedialive:GetEventBridgeRuleTemplateGroupmedialive:CreateTagsmedialive:DeleteTagsmedialive:DeleteEventBridgeRuleTemplateGroupmedialive:ListEventBridgeRuleTemplateGroupsOur 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