AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTWireless::PartnerAccount

CfnPartnerAccount

A partner account. If `PartnerAccountId` and `PartnerType` are `null` , returns all partner accounts.

Import

import { CfnPartnerAccount } from 'aws-cdk-lib/aws-iotwireless';

Or use the module namespace:

import * as iotwireless from 'aws-cdk-lib/aws-iotwireless';
// iotwireless.CfnPartnerAccount

Properties

Configuration passed to the constructor as CfnPartnerAccountProps.

accountLinkedOptional
boolean | IResolvable

Whether the partner account is linked to the AWS account.

partnerAccountIdOptional
string

The ID of the partner account to update.

partnerTypeOptional
string

The partner type.

sidewalkOptional
IResolvable | SidewalkAccountInfoProperty

The Sidewalk account credentials.

sidewalkResponseOptional
IResolvable | SidewalkAccountInfoWithFingerprintProperty

Information about a Sidewalk account.

sidewalkUpdateOptional
IResolvable | SidewalkUpdateAccountProperty

Sidewalk update.

tagsOptional
CfnTag[]

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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter