Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-partneraccount-sidewalkupdateaccount.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-partneraccount-sidewalkupdateaccount.html#cfn-iotwireless-partneraccount-sidewalkupdateaccount-appserverprivatekey

Back to top Generated by DocFX