Skip to main content

partner_accounts_list_only

Lists partner_accounts in a region or regions, for all properties use partner_accounts

Overview

Namepartner_accounts_list_only
TypeResource
DescriptionCreate and manage partner account
Idaws.iotwireless.partner_accounts_list_only

Fields

NameDatatypeDescription
sidewalkobjectThe Sidewalk account credentials.
partner_account_idstringThe partner account ID to disassociate from the AWS account
partner_typestringThe partner type
sidewalk_responseobjectThe Sidewalk account credentials.
account_linkedbooleanWhether the partner account is linked to the AWS account.
sidewalk_updateobjectThe Sidewalk account credentials.
fingerprintstringThe fingerprint of the Sidewalk application server private key.
arnstringPartnerAccount arn. Returned after successful create.
tagsarrayA list of key-value pairs that contain metadata for the destination.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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