Interface CfnPartnerAccountPropsMixin.SidewalkUpdateAccountProperty

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

@Stability(Stable) public static interface CfnPartnerAccountPropsMixin.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.cfnpropertymixins.services.iotwireless.*;
 SidewalkUpdateAccountProperty sidewalkUpdateAccountProperty = SidewalkUpdateAccountProperty.builder()
         .appServerPrivateKey("appServerPrivateKey")
         .build();
 

See Also: