partner_account_tags
Expands all tag keys and values for partner_accounts
in a region
Overview
Name | partner_account_tags |
Type | Resource |
Description | Create and manage partner account |
Id | aws.iotwireless.partner_account_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all partner_accounts
in a region.
SELECT
region,
sidewalk,
partner_account_id,
partner_type,
sidewalk_response,
account_linked,
sidewalk_update,
fingerprint,
arn,
tag_key,
tag_value
FROM aws.iotwireless.partner_account_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the partner_account_tags
resource, see partner_accounts