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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPartnerAccountPropsMixin.SidewalkUpdateAccountProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAppServerPrivateKey
The new Sidewalk application server private key.- See Also:
-
builder
@Stability(Stable) static CfnPartnerAccountPropsMixin.SidewalkUpdateAccountProperty.Builder builder()
-