Interface CfnPartnerAccountPropsMixin.ISidewalkUpdateAccountProperty
Sidewalk update.
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTWireless.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnPartnerAccountPropsMixin.ISidewalkUpdateAccountProperty
Syntax (vb)
Public Interface CfnPartnerAccountPropsMixin.ISidewalkUpdateAccountProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoTWireless.Mixins;
var sidewalkUpdateAccountProperty = new SidewalkUpdateAccountProperty {
AppServerPrivateKey = "appServerPrivateKey"
};
Synopsis
Properties
| AppServerPrivateKey | The new Sidewalk application server private key. |
Properties
AppServerPrivateKey
The new Sidewalk application server private key.
string? AppServerPrivateKey { get; }