partner_account
Gets an individual partner_account
resource
Overview
Name | partner_account |
Type | Resource |
Description | partner_account |
Id | awscc.iotwireless.partner_account |
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
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