AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaLive::EventBridgeRuleTemplate

CfnEventBridgeRuleTemplate

Definition of AWS::MediaLive::EventBridgeRuleTemplate Resource Type.

Import

import { CfnEventBridgeRuleTemplate } from 'aws-cdk-lib/aws-medialive';

Or use the module namespace:

import * as medialive from 'aws-cdk-lib/aws-medialive';
// medialive.CfnEventBridgeRuleTemplate

Properties

Configuration passed to the constructor as CfnEventBridgeRuleTemplateProps.

eventTypeRequired
string

The type of event to match with the rule.

nameRequired
string

A resource's name. Names must be unique within the scope of a resource type in a specific region.

descriptionOptional
string

A resource's optional description.

eventTargetsOptional
IResolvable | IResolvable | EventBridgeRuleTemplateTargetProperty[]

The destinations that will receive the event notifications.

groupIdentifierOptional
string

An eventbridge rule template group's identifier. Can be either be its id or current name.

tagsOptional
{ [key: string]: string }

Represents the tags associated with a resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter