AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTWireless::PartnerAccount

IoTWireless PartnerAccount

Create and manage partner account

Properties

7 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AccountLinked
boolean
PartnerAccountId
string
Create-only
PartnerType
string
Sidewalk
SidewalkAccountInfo
Write-only
SidewalkResponse
SidewalkAccountInfoWithFingerprint
SidewalkUpdate
SidewalkUpdateAccount
Write-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringPartnerAccount arn. Returned after successful create.
FingerprintstringThe fingerprint of the Sidewalk application server private key.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTWireless::PartnerAccount

Resources:
  MyResource:
    Type: AWS::IoTWireless::PartnerAccount
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iotwireless:AssociateAwsAccountWithPartnerAccountiotwireless:TagResourceiotwireless:GetPartnerAccount

read

iotwireless:GetPartnerAccountiotwireless:ListTagsForResource

list

iotwireless:ListPartnerAccountsiotwireless:ListTagsForResource

update

iotwireless:GetPartnerAccountiotwireless:AssociateAwsAccountWithPartnerAccountiotwireless:UpdatePartnerAccountiotwireless:ListTagsForResourceiotwireless:TagResourceiotwireless:UntagResource

delete

iotwireless:DisassociateAwsAccountFromPartnerAccount

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceIoTWireless
Properties9
Required0
TaggingSupported
Primary IDPartnerAccountId

Supported Operations

CreateReadListUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

PartnerAccountId

External Links