Interface CfnPartnerAccount.SidewalkAccountInfoProperty

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

@Stability(Stable) public static interface CfnPartnerAccount.SidewalkAccountInfoProperty 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.*;
 SidewalkAccountInfoProperty sidewalkAccountInfoProperty = SidewalkAccountInfoProperty.builder()
         .appServerPrivateKey("appServerPrivateKey")
         .build();