aws-cdk-lib.aws_iotwireless.CfnPartnerAccountProps

interface CfnPartnerAccountProps

LanguageType name
.NETAmazon.CDK.AWS.IoTWireless.CfnPartnerAccountProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnPartnerAccountProps
Javasoftware.amazon.awscdk.services.iotwireless.CfnPartnerAccountProps
Pythonaws_cdk.aws_iotwireless.CfnPartnerAccountProps
TypeScript aws-cdk-lib » 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 { aws_iotwireless as iotwireless } from 'aws-cdk-lib';
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

NameTypeDescription
accountLinked?boolean | IResolvableAWS::IoTWireless::PartnerAccount.AccountLinked.
partnerAccountId?stringThe ID of the partner account to update.
partnerType?stringAWS::IoTWireless::PartnerAccount.PartnerType.
sidewalk?IResolvable | SidewalkAccountInfoPropertyThe Sidewalk account credentials.
sidewalkResponse?IResolvable | SidewalkAccountInfoWithFingerprintPropertyAWS::IoTWireless::PartnerAccount.SidewalkResponse.
sidewalkUpdate?IResolvable | SidewalkUpdateAccountPropertyAWS::IoTWireless::PartnerAccount.SidewalkUpdate.
tags?CfnTag[]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 | SidewalkAccountInfoProperty (optional)

The Sidewalk account credentials.


sidewalkResponse?

Type: IResolvable | SidewalkAccountInfoWithFingerprintProperty (optional)

AWS::IoTWireless::PartnerAccount.SidewalkResponse.


sidewalkUpdate?

Type: IResolvable | SidewalkUpdateAccountProperty (optional)

AWS::IoTWireless::PartnerAccount.SidewalkUpdate.


tags?

Type: CfnTag[] (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.