aws.schemas.describe_code_binding
Example SQL Queries
SELECT * FROMaws.schemas.describe_code_bindingWHERE"registry_name" = 'VALUE'AND "schema_name" = 'VALUE'AND "language" = 'VALUE';Description
Describe the code binding 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 The version number of the schema. | 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 |
| creation_date The time and date that the code binding was created. | TIMESTAMP_S |
| last_modified The date and time that code bindings were modified. | TIMESTAMP_S |
| status The current status of code binding generation. | VARCHAR |