aws-cdk-lib.aws_iotwireless.CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty

interface SidewalkAccountInfoWithFingerprintProperty

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

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 sidewalkAccountInfoWithFingerprintProperty: iotwireless.CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty = {
  amazonId: 'amazonId',
  arn: 'arn',
  fingerprint: 'fingerprint',
};

Properties

NameTypeDescription
amazonId?stringThe Sidewalk Amazon ID.
arn?stringThe Amazon Resource Name (ARN) of the resource.
fingerprint?stringThe fingerprint of the Sidewalk application server private key.

amazonId?

Type: string (optional)

The Sidewalk Amazon ID.


arn?

Type: string (optional)

The Amazon Resource Name (ARN) of the resource.


fingerprint?

Type: string (optional)

The fingerprint of the Sidewalk application server private key.