Interface CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty.Jsii$Proxy
- Enclosing class:
CfnPartnerAccount
@Stability(Stable)
public static interface CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty
extends software.amazon.jsii.JsiiSerializable
Information about a Sidewalk account.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAmazonId
The Sidewalk Amazon ID.- See Also:
-
getArn
The Amazon Resource Name (ARN) of the resource.- See Also:
-
getFingerprint
The fingerprint of the Sidewalk application server private key.- See Also:
-
builder
@Stability(Stable) static CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty.Builder builder()
-