interface SidewalkAccountInfoWithFingerprintProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.IoTWireless.CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnPartnerAccount_SidewalkAccountInfoWithFingerprintProperty | 
  Java | software.amazon.awscdk.services.iotwireless.CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty | 
  Python | aws_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
| Name | Type | Description | 
|---|---|---|
| amazon | string | The Sidewalk Amazon ID. | 
| arn? | string | The Amazon Resource Name (ARN) of the resource. | 
| fingerprint? | string | The 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.

 .NET
 Go
 Java
 Python
 TypeScript