Interface CfnPartnerAccount.SidewalkUpdateAccountProperty

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

@Stability(Stable) public static interface CfnPartnerAccount.SidewalkUpdateAccountProperty extends software.amazon.jsii.JsiiSerializable
Sidewalk update.

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.*;
 SidewalkUpdateAccountProperty sidewalkUpdateAccountProperty = SidewalkUpdateAccountProperty.builder()
         .appServerPrivateKey("appServerPrivateKey")
         .build();