このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Send custom events to Amazon EventBridge.

Inputs

Expand All

フィールド

種類

説明

region [required]

enum

default: us-east-1

entries [required]

[object]

The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.

source

string

resources

[string]

detail

string

detailType

string

eventBusName

string

traceHeader

string

Outputs

Expand All

フィールド

種類

説明

failedEntryCount

number

The number of failed entries.

entries

[object]

The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry. For each record, the index of the response element is the same as the index in the request array.

EventId

string

The ID of the event.

ErrorCode

string

The error code that indicates why the event submission failed. Retryable errors include: InternalFailure The request processing has failed because of an unknown error, exception or failure. ThrottlingException The request was denied due to request throttling. Non-retryable errors include: AccessDeniedException You do not have sufficient access to perform this action. InvalidAccountIdException The account ID provided is not valid. InvalidArgument A specified parameter is not valid. MalformedDetail The JSON provided is not valid. RedactionFailure Redacting the CloudTrail event failed. NotAuthorizedForSourceException You do not have permissions to publish events with this source onto this event bus. NotAuthorizedForDetailTypeException You do not have permissions to publish events with this detail type onto this event bus.

ErrorMessage

string

The error message that explains why the event submission failed.

amzRequestId [required]

string