interface CfnPartnerAccountProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTWireless.CfnPartnerAccountProps |
![]() | software.amazon.awscdk.services.iotwireless.CfnPartnerAccountProps |
![]() | aws_cdk.aws_iotwireless.CfnPartnerAccountProps |
![]() | @aws-cdk/aws-iotwireless » CfnPartnerAccountProps |
Properties for defining a CfnPartnerAccount
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotwireless from '@aws-cdk/aws-iotwireless';
const cfnPartnerAccountProps: iotwireless.CfnPartnerAccountProps = {
accountLinked: false,
partnerAccountId: 'partnerAccountId',
partnerType: 'partnerType',
sidewalk: {
appServerPrivateKey: 'appServerPrivateKey',
},
sidewalkResponse: {
amazonId: 'amazonId',
arn: 'arn',
fingerprint: 'fingerprint',
},
sidewalkUpdate: {
appServerPrivateKey: 'appServerPrivateKey',
},
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
account | boolean | IResolvable | AWS::IoTWireless::PartnerAccount.AccountLinked . |
partner | string | The ID of the partner account to update. |
partner | string | AWS::IoTWireless::PartnerAccount.PartnerType . |
sidewalk? | IResolvable | Sidewalk | The Sidewalk account credentials. |
sidewalk | IResolvable | Sidewalk | AWS::IoTWireless::PartnerAccount.SidewalkResponse . |
sidewalk | IResolvable | Sidewalk | AWS::IoTWireless::PartnerAccount.SidewalkUpdate . |
tags? | Cfn [] | The tags are an array of key-value pairs to attach to the specified resource. |
accountLinked?
Type:
boolean |
IResolvable
(optional)
AWS::IoTWireless::PartnerAccount.AccountLinked
.
partnerAccountId?
Type:
string
(optional)
The ID of the partner account to update.
partnerType?
Type:
string
(optional)
AWS::IoTWireless::PartnerAccount.PartnerType
.
sidewalk?
Type:
IResolvable
|
Sidewalk
(optional)
The Sidewalk account credentials.
sidewalkResponse?
Type:
IResolvable
|
Sidewalk
(optional)
AWS::IoTWireless::PartnerAccount.SidewalkResponse
.
sidewalkUpdate?
Type:
IResolvable
|
Sidewalk
(optional)
AWS::IoTWireless::PartnerAccount.SidewalkUpdate
.
tags?
Type:
Cfn
[]
(optional)
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.