aws.b2bi.list_partnerships
Example SQL Queries
SELECT * FROMaws.b2bi.list_partnerships;Description
Lists the partnerships associated with your Amazon Web Services account for your current or specified region. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
Table Definition
| Column Name | Column Data Type |
|---|---|
| profile_id Input Column Returns the unique, system-generated identifier for the profile connected to this partnership. | 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
| |
| capabilities Returns one or more capabilities associated with this partnership. | VARCHAR[] |
Show child fields
| |
| created_at Returns a timestamp for creation date and time of the partnership. | TIMESTAMP_S |
| modified_at Returns a timestamp that identifies the most recent date and time that the partnership was modified. | TIMESTAMP_S |
| name Returns the name of the partnership. | VARCHAR |
| partnership_id Returns the unique, system-generated identifier for a partnership. | VARCHAR |
| trading_partner_id Returns the unique, system-generated identifier for a trading partner. | VARCHAR |