AWS::IoTWireless::PartnerAccount
A partner account. If PartnerAccountId
and PartnerType
are null
, returns all partner accounts.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTWireless::PartnerAccount", "Properties" : { "PartnerAccountId" :
String
, "Sidewalk" :SidewalkAccountInfo
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::IoTWireless::PartnerAccount Properties: PartnerAccountId:
String
Sidewalk:SidewalkAccountInfo
Tags:- Tag
Properties
PartnerAccountId
-
The ID of the partner account to update.
Required: No
Type: String
Maximum:
256
Update requires: Replacement
Sidewalk
-
The Sidewalk account credentials.
Required: No
Type: SidewalkAccountInfo
Update requires: No interruption
Tags
-
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.
Required: No
Type: List of Tag
Maximum:
200
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the partner account.