aws.iotwireless.get_partner_account
Example SQL Queries
SELECT * FROMaws.iotwireless.get_partner_accountWHERE"partner_account_id" = 'VALUE'AND "partner_type" = 'VALUE';Description
Gets information about a partner account. If PartnerAccountId and PartnerType are null, returns all partner accounts.
Table Definition
| Column Name | Column Data Type |
|---|---|
| partner_account_id Required Input Column The partner account ID to disassociate from the AWS account. | VARCHAR |
| partner_type Required Input Column The partner type. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| account_linked Whether the partner account is linked to the AWS account. | BOOLEAN |
| sidewalk The Sidewalk account credentials. | STRUCT( |
Show child fields
| |