AWS::MediaLive::EventBridgeRuleTemplateDefinition of AWS::MediaLive::EventBridgeRuleTemplate Resource Type.
import { CfnEventBridgeRuleTemplate } from 'aws-cdk-lib/aws-medialive';Or use the module namespace:
import * as medialive from 'aws-cdk-lib/aws-medialive';
// medialive.CfnEventBridgeRuleTemplateConfiguration passed to the constructor as CfnEventBridgeRuleTemplateProps.
eventTypeRequiredstringThe type of event to match with the rule.
nameRequiredstringA resource's name. Names must be unique within the scope of a resource type in a specific region.
descriptionOptionalstringA resource's optional description.
eventTargetsOptionalIResolvable | IResolvable | EventBridgeRuleTemplateTargetProperty[]The destinations that will receive the event notifications.
groupIdentifierOptionalstringAn 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.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-medialiveAWS::MediaLive::EventBridgeRuleTemplate