aws.schemas.get_code_binding_source
Example SQL Queries
SELECT * FROMaws.schemas.get_code_binding_sourceWHERE"registry_name" = 'VALUE'AND "schema_name" = 'VALUE'AND "language" = 'VALUE';Description
Get the code binding source URI.
Table Definition
| Column Name | Column Data Type |
|---|---|
| language Required Input Column The language of the code binding. | VARCHAR |
| registry_name Required Input Column The name of the registry. | VARCHAR |
| schema_name Required Input Column The name of the schema. | VARCHAR |
| schema_version Input Column Specifying this limits the results to only this schema version. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| body | BLOB |