AWS::MediaLive::EventBridgeRuleTemplateDefinition of AWS::MediaLive::EventBridgeRuleTemplate Resource Type
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EventType | string | Required |
Name | string | Required |
Description | string | |
EventTargets | Array<EventBridgeRuleTemplateTarget> | |
GroupIdentifier | string | Write-only |
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's ARN (Amazon Resource Name) |
CreatedAt | string | Placeholder documentation for __timestampIso8601 |
GroupId | string | An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-` |
Id | string | An eventbridge rule template's id. AWS provided templates have ids that start with `aws-` |
Identifier | string | Placeholder documentation for __string |
ModifiedAt | string | Placeholder documentation for __timestampIso8601 |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaLive::EventBridgeRuleTemplate
Resources:
MyResource:
Type: AWS::MediaLive::EventBridgeRuleTemplate
Properties:
EventType: "value"
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
medialive:CreateEventBridgeRuleTemplatemedialive:GetEventBridgeRuleTemplatemedialive:CreateTagsmedialive:GetEventBridgeRuleTemplatemedialive:UpdateEventBridgeRuleTemplatemedialive:GetEventBridgeRuleTemplatemedialive:CreateTagsmedialive:DeleteTagsmedialive:DeleteEventBridgeRuleTemplatemedialive:ListEventBridgeRuleTemplatesOur 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.
Tags