Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Get Code Binding Source - Amazon EventBridge Schemas

Get Code Binding Source

URI

/v1/registries/name/registryName/schemas/name/schemaName/language/language/source

HTTP methods

GET

Operation ID: GetCodeBindingSource

Get the code binding source URI.

Path parameters
NameTypeRequiredDescription
registryNameStringTrue

The name of the schema registry.

schemaNameStringTrue

The name of the schema.

languageStringTrue

The language of the code binding. The supported languages and corresponding values are as follows:

  • Java: Java8

  • Python: Python36

  • TypeScript: TypeScript3

  • Golang: Go1

Query parameters
NameTypeRequiredDescription
schemaVersionStringFalse

Specifying this limits the results to only this schema version.

Responses
Status codeResponse modelDescription
200GetCodeBindingSourceOutput

200 response

400ErrorOutput

400 response

401ErrorOutput

401 response

403ErrorOutput

403 response

404ErrorOutput

404 response

429ErrorOutput

429 response

500ErrorOutput

500 response

OPTIONS

Path parameters
NameTypeRequiredDescription
registryNameStringTrue

The name of the schema registry.

schemaNameStringTrue

The name of the schema.

languageStringTrue

The language of the code binding. The supported languages and corresponding values are as follows:

  • Java: Java8

  • Python: Python36

  • TypeScript: TypeScript3

  • Golang: Go1

Query parameters
NameTypeRequiredDescription
schemaVersionStringFalse

Specifying this limits the results to only this schema version.

Responses
Status codeResponse modelDescription
200None

200 response

Schemas

Response bodies

"string"

GetCodeBindingSourceOutput schema

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

ErrorOutput schema

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

Properties

ErrorOutput

PropertyTypeRequiredDescription
Code

string

True

The error code.

Message

string

True

The message string of the error output.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.