AWS::IoTWireless::PartnerAccountA partner account. If `PartnerAccountId` and `PartnerType` are `null` , returns all partner accounts.
import { CfnPartnerAccount } from 'aws-cdk-lib/aws-iotwireless';Or use the module namespace:
import * as iotwireless from 'aws-cdk-lib/aws-iotwireless';
// iotwireless.CfnPartnerAccountConfiguration passed to the constructor as CfnPartnerAccountProps.
accountLinkedOptionalboolean | IResolvableWhether the partner account is linked to the AWS account.
partnerAccountIdOptionalstringThe ID of the partner account to update.
partnerTypeOptionalstringThe partner type.
sidewalkOptionalIResolvable | SidewalkAccountInfoPropertyThe Sidewalk account credentials.
sidewalkResponseOptionalIResolvable | SidewalkAccountInfoWithFingerprintPropertyInformation about a Sidewalk account.
sidewalkUpdateOptionalIResolvable | SidewalkUpdateAccountPropertySidewalk update.
tagsOptionalCfnTag[]The tags are an array of key-value pairs to attach to the specified resource. Tags can have a minimum of 0 and a maximum of 50 items.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotwirelessAWS::IoTWireless::PartnerAccount