Skip to main content

partner_account

Gets an individual partner_account resource

Overview

Namepartner_account
TypeResource
Descriptionpartner_account
Idawscc.iotwireless.partner_account

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
sidewalk,
partner_account_id,
partner_type,
sidewalk_response,
account_linked,
sidewalk_update,
fingerprint,
arn,
tags
FROM awscc.iotwireless.partner_account
WHERE data__Identifier = '<PartnerAccountId>';

Permissions

To operate on the partner_account resource, the following permissions are required:

Read

iotwireless:GetPartnerAccount,
iotwireless:ListTagsForResource

Update

iotwireless:UpdatePartnerAccount,
iotwireless:UntagResource,
iotwireless:ListTagsForResource

Delete

iotwireless:DisassociateAwsAccountFromPartnerAccount