partnerships
Retrieves a list of partnerships
in a region
Overview
Name | partnerships |
Type | Resource |
Description | partnerships |
Id | awscc.b2bi.partnerships |
Fields
Name | Datatype | Description |
---|---|---|
partnership_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
partnership_id
FROM awscc.b2bi.partnerships
WHERE region = 'us-east-1'
Permissions
To operate on the partnerships
resource, the following permissions are required:
Create
b2bi:CreatePartnership,
b2bi:TagResource,
s3:PutObject
List
b2bi:ListPartnerships