Interface CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty.Jsii$Proxy
Enclosing class:
CfnPartnerAccount

@Stability(Stable) public static interface CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iotwireless.*;
 SidewalkAccountInfoWithFingerprintProperty sidewalkAccountInfoWithFingerprintProperty = SidewalkAccountInfoWithFingerprintProperty.builder()
         .amazonId("amazonId")
         .arn("arn")
         .fingerprint("fingerprint")
         .build();