interface SidewalkAccountInfoWithFingerprintProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTWireless.CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnPartnerAccount_SidewalkAccountInfoWithFingerprintProperty |
![]() | software.amazon.awscdk.services.iotwireless.CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty |
![]() | aws_cdk.aws_iotwireless.CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty |
![]() | 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.