aws-cdk-lib.aws_iotwireless.CfnPartnerAccount.SidewalkAccountInfoProperty

interface SidewalkAccountInfoProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTWireless.CfnPartnerAccount.SidewalkAccountInfoProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnPartnerAccount_SidewalkAccountInfoProperty
Javasoftware.amazon.awscdk.services.iotwireless.CfnPartnerAccount.SidewalkAccountInfoProperty
Pythonaws_cdk.aws_iotwireless.CfnPartnerAccount.SidewalkAccountInfoProperty
TypeScript aws-cdk-lib » aws_iotwireless » CfnPartnerAccount » SidewalkAccountInfoProperty

Information about a Sidewalk account.

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 sidewalkAccountInfoProperty: iotwireless.CfnPartnerAccount.SidewalkAccountInfoProperty = {
  appServerPrivateKey: 'appServerPrivateKey',
};

Properties

NameTypeDescription
appServerPrivateKeystringThe Sidewalk application server private key.

appServerPrivateKey

Type: string

The Sidewalk application server private key.

The application server private key is a secret key, which you should handle in a similar way as you would an application password. You can protect the application server private key by storing the value in the AWS Secrets Manager and use the secretsmanager to reference this value.