1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. medialive
  5. EventBridgeRuleTemplate

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.medialive.EventBridgeRuleTemplate

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Definition of AWS::MediaLive::EventBridgeRuleTemplate Resource Type

Create EventBridgeRuleTemplate Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new EventBridgeRuleTemplate(name: string, args: EventBridgeRuleTemplateArgs, opts?: CustomResourceOptions);
@overload
def EventBridgeRuleTemplate(resource_name: str,
                            args: EventBridgeRuleTemplateArgs,
                            opts: Optional[ResourceOptions] = None)

@overload
def EventBridgeRuleTemplate(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            event_type: Optional[EventBridgeRuleTemplateEventType] = None,
                            description: Optional[str] = None,
                            event_targets: Optional[Sequence[EventBridgeRuleTemplateTargetArgs]] = None,
                            group_identifier: Optional[str] = None,
                            name: Optional[str] = None,
                            tags: Optional[Mapping[str, str]] = None)
func NewEventBridgeRuleTemplate(ctx *Context, name string, args EventBridgeRuleTemplateArgs, opts ...ResourceOption) (*EventBridgeRuleTemplate, error)
public EventBridgeRuleTemplate(string name, EventBridgeRuleTemplateArgs args, CustomResourceOptions? opts = null)
public EventBridgeRuleTemplate(String name, EventBridgeRuleTemplateArgs args)
public EventBridgeRuleTemplate(String name, EventBridgeRuleTemplateArgs args, CustomResourceOptions options)
type: aws-native:medialive:EventBridgeRuleTemplate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. EventBridgeRuleTemplateArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. EventBridgeRuleTemplateArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. EventBridgeRuleTemplateArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. EventBridgeRuleTemplateArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. EventBridgeRuleTemplateArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

EventBridgeRuleTemplate Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The EventBridgeRuleTemplate resource accepts the following input properties:

EventType This property is required. Pulumi.AwsNative.MediaLive.EventBridgeRuleTemplateEventType
The type of event to match with the rule.
Description string
A resource's optional description.
EventTargets List<Pulumi.AwsNative.MediaLive.Inputs.EventBridgeRuleTemplateTarget>
Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
GroupIdentifier string
An eventbridge rule template group's identifier. Can be either be its id or current name.
Name string
A resource's name. Names must be unique within the scope of a resource type in a specific region.
Tags Dictionary<string, string>
EventType This property is required. EventBridgeRuleTemplateEventType
The type of event to match with the rule.
Description string
A resource's optional description.
EventTargets []EventBridgeRuleTemplateTargetArgs
Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
GroupIdentifier string
An eventbridge rule template group's identifier. Can be either be its id or current name.
Name string
A resource's name. Names must be unique within the scope of a resource type in a specific region.
Tags map[string]string
eventType This property is required. EventBridgeRuleTemplateEventType
The type of event to match with the rule.
description String
A resource's optional description.
eventTargets List<EventBridgeRuleTemplateTarget>
Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
groupIdentifier String
An eventbridge rule template group's identifier. Can be either be its id or current name.
name String
A resource's name. Names must be unique within the scope of a resource type in a specific region.
tags Map<String,String>
eventType This property is required. EventBridgeRuleTemplateEventType
The type of event to match with the rule.
description string
A resource's optional description.
eventTargets EventBridgeRuleTemplateTarget[]
Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
groupIdentifier string
An eventbridge rule template group's identifier. Can be either be its id or current name.
name string
A resource's name. Names must be unique within the scope of a resource type in a specific region.
tags {[key: string]: string}
event_type This property is required. EventBridgeRuleTemplateEventType
The type of event to match with the rule.
description str
A resource's optional description.
event_targets Sequence[EventBridgeRuleTemplateTargetArgs]
Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
group_identifier str
An eventbridge rule template group's identifier. Can be either be its id or current name.
name str
A resource's name. Names must be unique within the scope of a resource type in a specific region.
tags Mapping[str, str]
eventType This property is required. "MEDIALIVE_MULTIPLEX_ALERT" | "MEDIALIVE_MULTIPLEX_STATE_CHANGE" | "MEDIALIVE_CHANNEL_ALERT" | "MEDIALIVE_CHANNEL_INPUT_CHANGE" | "MEDIALIVE_CHANNEL_STATE_CHANGE" | "MEDIAPACKAGE_INPUT_NOTIFICATION" | "MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION" | "MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION" | "SIGNAL_MAP_ACTIVE_ALARM" | "MEDIACONNECT_ALERT" | "MEDIACONNECT_SOURCE_HEALTH" | "MEDIACONNECT_OUTPUT_HEALTH" | "MEDIACONNECT_FLOW_STATUS_CHANGE"
The type of event to match with the rule.
description String
A resource's optional description.
eventTargets List<Property Map>
Placeholder documentation for __listOfEventBridgeRuleTemplateTarget
groupIdentifier String
An eventbridge rule template group's identifier. Can be either be its id or current name.
name String
A resource's name. Names must be unique within the scope of a resource type in a specific region.
tags Map<String>

Outputs

All input properties are implicitly available as output properties. Additionally, the EventBridgeRuleTemplate resource produces the following output properties:

Arn string
An eventbridge rule template's ARN (Amazon Resource Name)
AwsId string
An eventbridge rule template's id. AWS provided templates have ids that start with aws-
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
The provider-assigned unique ID for this managed resource.
Identifier string
Placeholder documentation for __string
ModifiedAt string
Placeholder documentation for __timestampIso8601
Arn string
An eventbridge rule template's ARN (Amazon Resource Name)
AwsId string
An eventbridge rule template's id. AWS provided templates have ids that start with aws-
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
The provider-assigned unique ID for this managed resource.
Identifier string
Placeholder documentation for __string
ModifiedAt string
Placeholder documentation for __timestampIso8601
arn String
An eventbridge rule template's ARN (Amazon Resource Name)
awsId String
An eventbridge rule template's id. AWS provided templates have ids that start with aws-
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
The provider-assigned unique ID for this managed resource.
identifier String
Placeholder documentation for __string
modifiedAt String
Placeholder documentation for __timestampIso8601
arn string
An eventbridge rule template's ARN (Amazon Resource Name)
awsId string
An eventbridge rule template's id. AWS provided templates have ids that start with aws-
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
The provider-assigned unique ID for this managed resource.
identifier string
Placeholder documentation for __string
modifiedAt string
Placeholder documentation for __timestampIso8601
arn str
An eventbridge rule template's ARN (Amazon Resource Name)
aws_id str
An eventbridge rule template's id. AWS provided templates have ids that start with aws-
created_at str
Placeholder documentation for __timestampIso8601
group_id str
An eventbridge rule template group's id. AWS provided template groups have ids that start with aws-
id str
The provider-assigned unique ID for this managed resource.
identifier str
Placeholder documentation for __string
modified_at str
Placeholder documentation for __timestampIso8601
arn String
An eventbridge rule template's ARN (Amazon Resource Name)
awsId String
An eventbridge rule template's id. AWS provided templates have ids that start with aws-
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
The provider-assigned unique ID for this managed resource.
identifier String
Placeholder documentation for __string
modifiedAt String
Placeholder documentation for __timestampIso8601

Supporting Types

EventBridgeRuleTemplateEventType
, EventBridgeRuleTemplateEventTypeArgs

MedialiveMultiplexAlert
MEDIALIVE_MULTIPLEX_ALERT
MedialiveMultiplexStateChange
MEDIALIVE_MULTIPLEX_STATE_CHANGE
MedialiveChannelAlert
MEDIALIVE_CHANNEL_ALERT
MedialiveChannelInputChange
MEDIALIVE_CHANNEL_INPUT_CHANGE
MedialiveChannelStateChange
MEDIALIVE_CHANNEL_STATE_CHANGE
MediapackageInputNotification
MEDIAPACKAGE_INPUT_NOTIFICATION
MediapackageKeyProviderNotification
MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION
MediapackageHarvestJobNotification
MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION
SignalMapActiveAlarm
SIGNAL_MAP_ACTIVE_ALARM
MediaconnectAlert
MEDIACONNECT_ALERT
MediaconnectSourceHealth
MEDIACONNECT_SOURCE_HEALTH
MediaconnectOutputHealth
MEDIACONNECT_OUTPUT_HEALTH
MediaconnectFlowStatusChange
MEDIACONNECT_FLOW_STATUS_CHANGE
EventBridgeRuleTemplateEventTypeMedialiveMultiplexAlert
MEDIALIVE_MULTIPLEX_ALERT
EventBridgeRuleTemplateEventTypeMedialiveMultiplexStateChange
MEDIALIVE_MULTIPLEX_STATE_CHANGE
EventBridgeRuleTemplateEventTypeMedialiveChannelAlert
MEDIALIVE_CHANNEL_ALERT
EventBridgeRuleTemplateEventTypeMedialiveChannelInputChange
MEDIALIVE_CHANNEL_INPUT_CHANGE
EventBridgeRuleTemplateEventTypeMedialiveChannelStateChange
MEDIALIVE_CHANNEL_STATE_CHANGE
EventBridgeRuleTemplateEventTypeMediapackageInputNotification
MEDIAPACKAGE_INPUT_NOTIFICATION
EventBridgeRuleTemplateEventTypeMediapackageKeyProviderNotification
MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION
EventBridgeRuleTemplateEventTypeMediapackageHarvestJobNotification
MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION
EventBridgeRuleTemplateEventTypeSignalMapActiveAlarm
SIGNAL_MAP_ACTIVE_ALARM
EventBridgeRuleTemplateEventTypeMediaconnectAlert
MEDIACONNECT_ALERT
EventBridgeRuleTemplateEventTypeMediaconnectSourceHealth
MEDIACONNECT_SOURCE_HEALTH
EventBridgeRuleTemplateEventTypeMediaconnectOutputHealth
MEDIACONNECT_OUTPUT_HEALTH
EventBridgeRuleTemplateEventTypeMediaconnectFlowStatusChange
MEDIACONNECT_FLOW_STATUS_CHANGE
MedialiveMultiplexAlert
MEDIALIVE_MULTIPLEX_ALERT
MedialiveMultiplexStateChange
MEDIALIVE_MULTIPLEX_STATE_CHANGE
MedialiveChannelAlert
MEDIALIVE_CHANNEL_ALERT
MedialiveChannelInputChange
MEDIALIVE_CHANNEL_INPUT_CHANGE
MedialiveChannelStateChange
MEDIALIVE_CHANNEL_STATE_CHANGE
MediapackageInputNotification
MEDIAPACKAGE_INPUT_NOTIFICATION
MediapackageKeyProviderNotification
MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION
MediapackageHarvestJobNotification
MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION
SignalMapActiveAlarm
SIGNAL_MAP_ACTIVE_ALARM
MediaconnectAlert
MEDIACONNECT_ALERT
MediaconnectSourceHealth
MEDIACONNECT_SOURCE_HEALTH
MediaconnectOutputHealth
MEDIACONNECT_OUTPUT_HEALTH
MediaconnectFlowStatusChange
MEDIACONNECT_FLOW_STATUS_CHANGE
MedialiveMultiplexAlert
MEDIALIVE_MULTIPLEX_ALERT
MedialiveMultiplexStateChange
MEDIALIVE_MULTIPLEX_STATE_CHANGE
MedialiveChannelAlert
MEDIALIVE_CHANNEL_ALERT
MedialiveChannelInputChange
MEDIALIVE_CHANNEL_INPUT_CHANGE
MedialiveChannelStateChange
MEDIALIVE_CHANNEL_STATE_CHANGE
MediapackageInputNotification
MEDIAPACKAGE_INPUT_NOTIFICATION
MediapackageKeyProviderNotification
MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION
MediapackageHarvestJobNotification
MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION
SignalMapActiveAlarm
SIGNAL_MAP_ACTIVE_ALARM
MediaconnectAlert
MEDIACONNECT_ALERT
MediaconnectSourceHealth
MEDIACONNECT_SOURCE_HEALTH
MediaconnectOutputHealth
MEDIACONNECT_OUTPUT_HEALTH
MediaconnectFlowStatusChange
MEDIACONNECT_FLOW_STATUS_CHANGE
MEDIALIVE_MULTIPLEX_ALERT
MEDIALIVE_MULTIPLEX_ALERT
MEDIALIVE_MULTIPLEX_STATE_CHANGE
MEDIALIVE_MULTIPLEX_STATE_CHANGE
MEDIALIVE_CHANNEL_ALERT
MEDIALIVE_CHANNEL_ALERT
MEDIALIVE_CHANNEL_INPUT_CHANGE
MEDIALIVE_CHANNEL_INPUT_CHANGE
MEDIALIVE_CHANNEL_STATE_CHANGE
MEDIALIVE_CHANNEL_STATE_CHANGE
MEDIAPACKAGE_INPUT_NOTIFICATION
MEDIAPACKAGE_INPUT_NOTIFICATION
MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION
MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION
MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION
MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION
SIGNAL_MAP_ACTIVE_ALARM
SIGNAL_MAP_ACTIVE_ALARM
MEDIACONNECT_ALERT
MEDIACONNECT_ALERT
MEDIACONNECT_SOURCE_HEALTH
MEDIACONNECT_SOURCE_HEALTH
MEDIACONNECT_OUTPUT_HEALTH
MEDIACONNECT_OUTPUT_HEALTH
MEDIACONNECT_FLOW_STATUS_CHANGE
MEDIACONNECT_FLOW_STATUS_CHANGE
"MEDIALIVE_MULTIPLEX_ALERT"
MEDIALIVE_MULTIPLEX_ALERT
"MEDIALIVE_MULTIPLEX_STATE_CHANGE"
MEDIALIVE_MULTIPLEX_STATE_CHANGE
"MEDIALIVE_CHANNEL_ALERT"
MEDIALIVE_CHANNEL_ALERT
"MEDIALIVE_CHANNEL_INPUT_CHANGE"
MEDIALIVE_CHANNEL_INPUT_CHANGE
"MEDIALIVE_CHANNEL_STATE_CHANGE"
MEDIALIVE_CHANNEL_STATE_CHANGE
"MEDIAPACKAGE_INPUT_NOTIFICATION"
MEDIAPACKAGE_INPUT_NOTIFICATION
"MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION"
MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION
"MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION"
MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION
"SIGNAL_MAP_ACTIVE_ALARM"
SIGNAL_MAP_ACTIVE_ALARM
"MEDIACONNECT_ALERT"
MEDIACONNECT_ALERT
"MEDIACONNECT_SOURCE_HEALTH"
MEDIACONNECT_SOURCE_HEALTH
"MEDIACONNECT_OUTPUT_HEALTH"
MEDIACONNECT_OUTPUT_HEALTH
"MEDIACONNECT_FLOW_STATUS_CHANGE"
MEDIACONNECT_FLOW_STATUS_CHANGE

EventBridgeRuleTemplateTarget
, EventBridgeRuleTemplateTargetArgs

Arn This property is required. string
Target ARNs must be either an SNS topic or CloudWatch log group.
Arn This property is required. string
Target ARNs must be either an SNS topic or CloudWatch log group.
arn This property is required. String
Target ARNs must be either an SNS topic or CloudWatch log group.
arn This property is required. string
Target ARNs must be either an SNS topic or CloudWatch log group.
arn This property is required. str
Target ARNs must be either an SNS topic or CloudWatch log group.
arn This property is required. String
Target ARNs must be either an SNS topic or CloudWatch log group.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi