partner_accounts_list_only
Lists partner_accounts
in a region or regions, for all properties use partner_accounts
Overview
Name | partner_accounts_list_only |
Type | Resource |
Description | Create and manage partner account |
Id | aws.iotwireless.partner_accounts_list_only |
Fields
Name | Datatype | Description |
---|---|---|
sidewalk | object | The Sidewalk account credentials. |
partner_account_id | string | The partner account ID to disassociate from the AWS account |
partner_type | string | The partner type |
sidewalk_response | object | The Sidewalk account credentials. |
account_linked | boolean | Whether the partner account is linked to the AWS account. |
sidewalk_update | object | The Sidewalk account credentials. |
fingerprint | string | The fingerprint of the Sidewalk application server private key. |
arn | string | PartnerAccount arn. Returned after successful create. |
tags | array | A list of key-value pairs that contain metadata for the destination. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all partner_accounts
in a region.
SELECT
region,
partner_account_id
FROM aws.iotwireless.partner_accounts_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the partner_accounts_list_only
resource, see partner_accounts