쿠키 기본 설정 선택

당사는 사이트와 서비스를 제공하는 데 필요한 필수 쿠키 및 유사한 도구를 사용합니다. 고객이 사이트를 어떻게 사용하는지 파악하고 개선할 수 있도록 성능 쿠키를 사용해 익명의 통계를 수집합니다. 필수 쿠키는 비활성화할 수 없지만 '사용자 지정' 또는 ‘거부’를 클릭하여 성능 쿠키를 거부할 수 있습니다.

사용자가 동의하는 경우 AWS와 승인된 제3자도 쿠키를 사용하여 유용한 사이트 기능을 제공하고, 사용자의 기본 설정을 기억하고, 관련 광고를 비롯한 관련 콘텐츠를 표시합니다. 필수가 아닌 모든 쿠키를 수락하거나 거부하려면 ‘수락’ 또는 ‘거부’를 클릭하세요. 더 자세한 내용을 선택하려면 ‘사용자 정의’를 클릭하세요.

Discoverers - Amazon EventBridge Schemas
이 페이지는 귀하의 언어로 번역되지 않았습니다. 번역 요청

Discoverers

Discoverers allow you to infer EventBridge Schemas based on the events on an event bus.

URI

/v1/discoverers

HTTP methods

GET

Operation ID: ListDiscoverers

List the discoverers.

Query parameters
NameTypeRequiredDescription
sourceArnPrefixStringFalse

Specifying this limits the results to only those ARNs that start with the specified prefix.

limitStringFalse

The maximum number of results to return per page.

nextTokenStringFalse

The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

discovererIdPrefixStringFalse

Specifying this limits the results to only those discoverer IDs that start with the specified prefix.

Responses
Status codeResponse modelDescription
200ListDiscoverersOutput

200 response

400ErrorOutput

400 response

401ErrorOutput

401 response

403ErrorOutput

403 response

500ErrorOutput

500 response

503ErrorOutput

503 response

POST

Operation ID: CreateDiscoverer

Creates a discoverer.

Due to no name being passed in the CreateDiscoverer API call there is no resource to DENY against when the customer adds a resource ARN of an existing discoverer in their IAM policies.

Responses
Status codeResponse modelDescription
201DiscovererOutput

201 response

400ErrorOutput

400 response

401ErrorOutput

401 response

403ErrorOutput

403 response

409ErrorOutput

409 response

500ErrorOutput

500 response

503ErrorOutput

503 response

OPTIONS

Responses
Status codeResponse modelDescription
200None

200 response

Schemas

Request bodies

{ "CrossAccount": boolean, "Description": "string", "SourceArn": "string", "tags": { } }

POST schema

{ "CrossAccount": boolean, "Description": "string", "SourceArn": "string", "tags": { } }

Response bodies

{ "NextToken": "string", "Discoverers": [ { "DiscovererArn": "string", "DiscovererId": "string", "CrossAccount": boolean, "SourceArn": "string", "State": enum, "tags": { } } ] }

ListDiscoverersOutput schema

{ "NextToken": "string", "Discoverers": [ { "DiscovererArn": "string", "DiscovererId": "string", "CrossAccount": boolean, "SourceArn": "string", "State": enum, "tags": { } } ] }
{ "DiscovererArn": "string", "DiscovererId": "string", "CrossAccount": boolean, "Description": "string", "SourceArn": "string", "State": enum, "tags": { } }

DiscovererOutput schema

{ "DiscovererArn": "string", "DiscovererId": "string", "CrossAccount": boolean, "Description": "string", "SourceArn": "string", "State": enum, "tags": { } }
{ "Message": "string", "Code": "string" }

ErrorOutput schema

{ "Message": "string", "Code": "string" }

Properties

CreateDiscovererInput

PropertyTypeRequiredDescription
CrossAccount

boolean

False

Allows for the discovery of the event schemas that are sent to the event bus from another account. (default: true)

Description

string

MinLength: 0

MaxLength: 256

False

A description for the discoverer.

SourceArn

string

MinLength: 20

MaxLength: 1600

True

The ARN of the event bus.

tags

Tags

False

Tags associated with the resource.

DiscovererOutput

PropertyTypeRequiredDescription
CrossAccount

boolean

False

Whether cross-account events are discovered.

Description

string

False

The description of the discoverer.

DiscovererArn

string

False

The ARN of the discoverer.

DiscovererId

string

False

The ID of the discoverer.

SourceArn

string

False

The ARN of the event bus.

State

DiscovererState

False

The state of the discoverer.

tags

Tags

False

Tags associated with the resource.

DiscovererState

  • STARTED

  • STOPPED

DiscovererSummary

A summary of the discoverer.

PropertyTypeRequiredDescription
CrossAccount

boolean

False

Whether cross-account events are discovered.

DiscovererArn

string

False

The ARN of the discoverer.

DiscovererId

string

False

The ID of the discoverer.

SourceArn

string

False

The ARN of the event bus.

State

DiscovererState

False

The state of the discoverer.

tags

Tags

False

Tags associated with the resource.

ErrorOutput

PropertyTypeRequiredDescription
Code

string

True

The error code.

Message

string

True

The message string of the error output.

ListDiscoverersOutput

PropertyTypeRequiredDescription
Discoverers

Array of type DiscovererSummary

False

An array of DiscovererSummary information.

NextToken

string

False

The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

Tags

Key-value pairs associated with a resource.

PropertyTypeRequiredDescription

*

string

False
프라이버시사이트 이용 약관쿠키 기본 설정
© 2025, Amazon Web Services, Inc. 또는 계열사. All rights reserved.