Cookie の設定を選択する

当社は、当社のサイトおよびサービスを提供するために必要な必須 Cookie および類似のツールを使用しています。当社は、パフォーマンス Cookie を使用して匿名の統計情報を収集することで、お客様が当社のサイトをどのように利用しているかを把握し、改善に役立てています。必須 Cookie は無効化できませんが、[カスタマイズ] または [拒否] をクリックしてパフォーマンス Cookie を拒否することはできます。

お客様が同意した場合、AWS および承認された第三者は、Cookie を使用して便利なサイト機能を提供したり、お客様の選択を記憶したり、関連する広告を含む関連コンテンツを表示したりします。すべての必須ではない Cookie を受け入れるか拒否するには、[受け入れる] または [拒否] をクリックしてください。より詳細な選択を行うには、[カスタマイズ] をクリックしてください。

Workflow monitor: EventBridge rule templates ID - AWS Elemental MediaLive API Reference
このページはお客様の言語に翻訳されていません。 翻訳のリクエスト

Workflow monitor: EventBridge rule templates ID

URI

/prod/eventbridge-rule-templates/identifier

HTTP methods

DELETE

Operation ID: DeleteEventBridgeRuleTemplate

Path parameters
NameTypeRequiredDescription
identifierStringTrue
Responses
Status codeResponse modelDescription
204None

204 response

400BadRequestExceptionResponseContent

400 response

403ForbiddenExceptionResponseContent

403 response

404NotFoundExceptionResponseContent

404 response

409ConflictExceptionResponseContent

409 response

429TooManyRequestsExceptionResponseContent

429 response

500InternalServerErrorExceptionResponseContent

500 response

GET

Operation ID: GetEventBridgeRuleTemplate

Path parameters
NameTypeRequiredDescription
identifierStringTrue

OPTIONS

Operation ID: CorsEventbridge_rule_templatesIdentifier

Path parameters
NameTypeRequiredDescription
identifierStringTrue
Responses
Status codeResponse modelDescription
200None

200 response

PATCH

Operation ID: UpdateEventBridgeRuleTemplate

Path parameters
NameTypeRequiredDescription
identifierStringTrue

Schemas

Request bodies

{ "description": "string", "eventTargets": [ { "arn": "string" } ], "eventType": enum, "groupIdentifier": "string", "name": "string" }

PATCH schema

{ "description": "string", "eventTargets": [ { "arn": "string" } ], "eventType": enum, "groupIdentifier": "string", "name": "string" }

Response bodies

{ "arn": "string", "createdAt": "string", "description": "string", "eventTargets": [ { "arn": "string" } ], "eventType": enum, "groupId": "string", "id": "string", "modifiedAt": "string", "name": "string" }

GetEventBridgeRuleTemplateResponseContent schema

{ "arn": "string", "createdAt": "string", "description": "string", "eventTargets": [ { "arn": "string" } ], "eventType": enum, "groupId": "string", "id": "string", "modifiedAt": "string", "name": "string" }
{ "arn": "string", "createdAt": "string", "description": "string", "eventTargets": [ { "arn": "string" } ], "eventType": enum, "groupId": "string", "id": "string", "modifiedAt": "string", "name": "string" }

UpdateEventBridgeRuleTemplateResponseContent schema

{ "arn": "string", "createdAt": "string", "description": "string", "eventTargets": [ { "arn": "string" } ], "eventType": enum, "groupId": "string", "id": "string", "modifiedAt": "string", "name": "string" }
{ "message": "string" }

BadRequestExceptionResponseContent schema

{ "message": "string" }
{ "message": "string" }

ForbiddenExceptionResponseContent schema

{ "message": "string" }
{ "message": "string" }

NotFoundExceptionResponseContent schema

{ "message": "string" }
{ "message": "string" }

ConflictExceptionResponseContent schema

{ "message": "string" }
{ "message": "string" }

TooManyRequestsExceptionResponseContent schema

{ "message": "string" }
{ "message": "string" }

InternalServerErrorExceptionResponseContent schema

{ "message": "string" }

Properties

BadRequestExceptionResponseContent

The input fails to satisfy the constraints specified by an Amazon Web Services service.

PropertyTypeRequiredDescription
message

string

False

Exception error message.

ConflictExceptionResponseContent

Updating or deleting a resource can cause an inconsistent state.

PropertyTypeRequiredDescription
message

string

False

Exception error message.

EventBridgeRuleTemplateEventType

The type of event to match with the rule.

  • 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

EventBridgeRuleTemplateTarget

The target to which to send matching events.

PropertyTypeRequiredDescription
arn

string

Pattern: ^arn.+$

MinLength: 1

MaxLength: 2048

True

Target ARNs must be either an SNS topic or CloudWatch log group.

ForbiddenExceptionResponseContent

User does not have sufficient access to perform this action.

PropertyTypeRequiredDescription
message

string

False

Exception error message.

GetEventBridgeRuleTemplateResponseContent

PropertyTypeRequiredDescription
arn

string

Pattern: ^arn:.+:medialive:.+:eventbridge-rule-template:.+$

True

An eventbridge rule template's ARN (Amazon Resource Name)

createdAt

string

Format: date-time

True

The date and time of resource creation.

description

string

MinLength: 0

MaxLength: 1024

False

A resource's optional description.

eventTargets

Array of type EventBridgeRuleTemplateTarget

True

The destinations that will receive the event notifications.

eventType

EventBridgeRuleTemplateEventType

True

The type of event to match with the rule.

groupId

string

Pattern: ^(aws-)?[0-9]{7}$

MinLength: 7

MaxLength: 11

True

An eventbridge rule template group's id. Amazon Web Services provided template groups have ids that start with <code>`aws-`</code>.

id

string

Pattern: ^(aws-)?[0-9]{7}$

MinLength: 7

MaxLength: 11

True

An eventbridge rule template's id. Amazon Web Services provided templates have ids that start with <code>`aws-`</code>

modifiedAt

string

Format: date-time

False

The date and time of latest resource modification.

name

string

Pattern: ^[^\s]+$

MinLength: 1

MaxLength: 255

True

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

InternalServerErrorExceptionResponseContent

Unexpected error during processing of request.

PropertyTypeRequiredDescription
message

string

False

Exception error message.

NotFoundExceptionResponseContent

Request references a resource which does not exist.

PropertyTypeRequiredDescription
message

string

False

Exception error message.

TooManyRequestsExceptionResponseContent

Request was denied due to request throttling.

PropertyTypeRequiredDescription
message

string

False

Exception error message.

UpdateEventBridgeRuleTemplateRequestContent

PropertyTypeRequiredDescription
description

string

MinLength: 0

MaxLength: 1024

False

A resource's optional description.

eventTargets

Array of type EventBridgeRuleTemplateTarget

False

The destinations that will receive the event notifications.

eventType

EventBridgeRuleTemplateEventType

False

The type of event to match with the rule.

groupIdentifier

string

Pattern: ^[^\s]+$

False

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

name

string

Pattern: ^[^\s]+$

MinLength: 1

MaxLength: 255

False

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

UpdateEventBridgeRuleTemplateResponseContent

PropertyTypeRequiredDescription
arn

string

Pattern: ^arn:.+:medialive:.+:eventbridge-rule-template:.+$

True

An eventbridge rule template's ARN (Amazon Resource Name)

createdAt

string

Format: date-time

True

The date and time of resource creation.

description

string

MinLength: 0

MaxLength: 1024

False

A resource's optional description.

eventTargets

Array of type EventBridgeRuleTemplateTarget

True

The destinations that will receive the event notifications.

eventType

EventBridgeRuleTemplateEventType

True

The type of event to match with the rule.

groupId

string

Pattern: ^(aws-)?[0-9]{7}$

MinLength: 7

MaxLength: 11

True

An eventbridge rule template group's id. Amazon Web Services provided template groups have ids that start with <code>`aws-`</code>.

id

string

Pattern: ^(aws-)?[0-9]{7}$

MinLength: 7

MaxLength: 11

True

An eventbridge rule template's id. Amazon Web Services provided templates have ids that start with <code>`aws-`</code>

modifiedAt

string

Format: date-time

False

The date and time of latest resource modification.

name

string

Pattern: ^[^\s]+$

MinLength: 1

MaxLength: 255

True

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

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

DeleteEventBridgeRuleTemplate

GetEventBridgeRuleTemplate

CorsEventbridge_rule_templatesIdentifier

UpdateEventBridgeRuleTemplate

プライバシーサイト規約Cookie の設定
© 2025, Amazon Web Services, Inc. or its affiliates.All rights reserved.