@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:37.115Z")
public interface CfnPartnerAccountProps
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) .partnerAccountId("partnerAccountId") .partnerType("partnerType") .sidewalk(SidewalkAccountInfoProperty.builder() .appServerPrivateKey("appServerPrivateKey") .build()) .sidewalkResponse(SidewalkAccountInfoWithFingerprintProperty.builder() .amazonId("amazonId") .arn("arn") .fingerprint("fingerprint") .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 java.lang.Object |
getAccountLinked()
`AWS::IoTWireless::PartnerAccount.AccountLinked`.
|
default java.lang.String |
getPartnerAccountId()
The ID of the partner account to update.
|
default java.lang.String |
getPartnerType()
`AWS::IoTWireless::PartnerAccount.PartnerType`.
|
default java.lang.Object |
getSidewalk()
The Sidewalk account credentials.
|
default java.lang.Object |
getSidewalkResponse()
`AWS::IoTWireless::PartnerAccount.SidewalkResponse`.
|
default java.lang.Object |
getSidewalkUpdate()
`AWS::IoTWireless::PartnerAccount.SidewalkUpdate`.
|
default java.util.List<CfnTag> |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
default java.lang.Object getAccountLinked()
default java.lang.String getPartnerAccountId()
default java.lang.String getPartnerType()
default java.lang.Object getSidewalk()
default java.lang.Object getSidewalkResponse()
default java.lang.Object getSidewalkUpdate()
default java.util.List<CfnTag> getTags()
Tags can have a minimum of 0 and a maximum of 50 items.
static CfnPartnerAccountProps.Builder builder()
CfnPartnerAccountProps.Builder
of CfnPartnerAccountProps