partner_accounts
Retrieves a list of partner_accounts
in a region
Overview
Name | partner_accounts |
Type | Resource |
Description | partner_accounts |
Id | awscc.iotwireless.partner_accounts |
Fields
Name | Datatype | Description |
---|---|---|
partner_account_id | string | The partner account ID to disassociate from the AWS account |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
partner_account_id
FROM awscc.iotwireless.partner_accounts
WHERE region = 'us-east-1'
Permissions
To operate on the partner_accounts
resource, the following permissions are required:
Create
iotwireless:AssociateAwsAccountWithPartnerAccount,
iotwireless:TagResource,
iotwireless:ListTagsForResource
List
iotwireless:ListPartnerAccounts,
iotwireless:ListTagsForResource