AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaLive::EventBridgeRuleTemplate

MediaLive EventBridgeRuleTemplate

Definition of AWS::MediaLive::EventBridgeRuleTemplate Resource Type

Properties

6 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
EventType
string
Required
Name
string
Required
Description
string
EventTargets
Array<EventBridgeRuleTemplateTarget>
GroupIdentifier
string
Write-only
Tags
TagMap
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringAn eventbridge rule template's ARN (Amazon Resource Name)
CreatedAtstringPlaceholder documentation for __timestampIso8601
GroupIdstringAn eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
IdstringAn eventbridge rule template's id. AWS provided templates have ids that start with `aws-`
IdentifierstringPlaceholder documentation for __string
ModifiedAtstringPlaceholder documentation for __timestampIso8601

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

medialive:CreateEventBridgeRuleTemplatemedialive:GetEventBridgeRuleTemplatemedialive:CreateTags

read

medialive:GetEventBridgeRuleTemplate

update

medialive:UpdateEventBridgeRuleTemplatemedialive:GetEventBridgeRuleTemplatemedialive:CreateTagsmedialive:DeleteTags

delete

medialive:DeleteEventBridgeRuleTemplate

list

medialive:ListEventBridgeRuleTemplates

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceMediaLive
Properties12
Required2
TaggingSupported
Primary IDIdentifier

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Tags

External Links