aws.b2bi.list_capabilities
Example SQL Queries
SELECT * FROMaws.b2bi.list_capabilities;Description
Lists the capabilities associated with your Amazon Web Services account for your current or specified region. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| capability_id Returns a system-assigned unique identifier for the capability. | VARCHAR |
| created_at Returns a timestamp for creation date and time of the capability. | TIMESTAMP_S |
| modified_at Returns a timestamp that identifies the most recent date and time that the capability was modified. | TIMESTAMP_S |
| name The display name of the capability. | VARCHAR |
| type Returns the type of the capability. Currently, only edi is supported. | VARCHAR |