public static interface CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty
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.*; SidewalkAccountInfoWithFingerprintProperty sidewalkAccountInfoWithFingerprintProperty = SidewalkAccountInfoWithFingerprintProperty.builder() .amazonId("amazonId") .arn("arn") .fingerprint("fingerprint") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty.Builder
|
static class |
CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty.Jsii$Proxy
An implementation for
CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty |
Modifier and Type | Method and Description |
---|---|
static CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty.Builder |
builder() |
default java.lang.String |
getAmazonId()
The Sidewalk Amazon ID.
|
default java.lang.String |
getArn()
The Amazon Resource Name (ARN) of the resource.
|
default java.lang.String |
getFingerprint()
The fingerprint of the Sidewalk application server private key.
|