public static interface CfnPartnerAccount.SidewalkAccountInfoProperty
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.*; SidewalkAccountInfoProperty sidewalkAccountInfoProperty = SidewalkAccountInfoProperty.builder() .appServerPrivateKey("appServerPrivateKey") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnPartnerAccount.SidewalkAccountInfoProperty.Builder
A builder for
CfnPartnerAccount.SidewalkAccountInfoProperty |
static class |
CfnPartnerAccount.SidewalkAccountInfoProperty.Jsii$Proxy
An implementation for
CfnPartnerAccount.SidewalkAccountInfoProperty |
Modifier and Type | Method and Description |
---|---|
static CfnPartnerAccount.SidewalkAccountInfoProperty.Builder |
builder() |
java.lang.String |
getAppServerPrivateKey()
The Sidewalk application server private key.
|
java.lang.String getAppServerPrivateKey()
The application server private key is a secret key, which you should handle in a similar way as you would an application password. You can protect the application server private key by storing the value in the AWS Secrets Manager and use the secretsmanager to reference this value.
static CfnPartnerAccount.SidewalkAccountInfoProperty.Builder builder()