@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.083Z") @Stability(value=Stable) public interface CfnPartnerAccountProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnPartnerAccountProps cfnPartnerAccountProps = CfnPartnerAccountProps.builder()
.accountLinked(false)
.fingerprint("fingerprint")
.partnerAccountId("partnerAccountId")
.partnerType("partnerType")
.sidewalk(SidewalkAccountInfoProperty.builder()
.appServerPrivateKey("appServerPrivateKey")
.build())
.sidewalkUpdate(SidewalkUpdateAccountProperty.builder()
.appServerPrivateKey("appServerPrivateKey")
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPartnerAccountProps.Builder
A builder for
CfnPartnerAccountProps |
static class |
CfnPartnerAccountProps.Jsii$Proxy
An implementation for
CfnPartnerAccountProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPartnerAccountProps.Builder |
builder() |
default Object |
getAccountLinked()
`AWS::IoTWireless::PartnerAccount.AccountLinked`.
|
default String |
getFingerprint()
`AWS::IoTWireless::PartnerAccount.Fingerprint`.
|
default String |
getPartnerAccountId()
The ID of the partner account to update.
|
default String |
getPartnerType()
`AWS::IoTWireless::PartnerAccount.PartnerType`.
|
default Object |
getSidewalk()
The Sidewalk account credentials.
|
default Object |
getSidewalkUpdate()
`AWS::IoTWireless::PartnerAccount.SidewalkUpdate`.
|
default List<CfnTag> |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
@Stability(value=Stable) @Nullable default Object getAccountLinked()
@Stability(value=Stable) @Nullable default String getFingerprint()
@Stability(value=Stable) @Nullable default String getPartnerAccountId()
@Stability(value=Stable) @Nullable default String getPartnerType()
@Stability(value=Stable) @Nullable default Object getSidewalk()
@Stability(value=Stable) @Nullable default Object getSidewalkUpdate()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
Tags can have a minimum of 0 and a maximum of 50 items.
@Stability(value=Stable) static CfnPartnerAccountProps.Builder builder()
CfnPartnerAccountProps.Builder of CfnPartnerAccountPropsCopyright © 2022. All rights reserved.