@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.082Z") @Stability(value=Stable) public class CfnPartnerAccount extends CfnResource implements IInspectable
A partner account. If PartnerAccountId and PartnerType are null , returns all partner accounts.
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.*;
CfnPartnerAccount cfnPartnerAccount = CfnPartnerAccount.Builder.create(this, "MyCfnPartnerAccount")
.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 | Class and Description |
|---|---|
static class |
CfnPartnerAccount.Builder
A fluent builder for
CfnPartnerAccount. |
static interface |
CfnPartnerAccount.SidewalkAccountInfoProperty
Information about a Sidewalk account.
|
static interface |
CfnPartnerAccount.SidewalkUpdateAccountProperty
Sidewalk update.
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnPartnerAccount(software.constructs.Construct scope,
String id)
Create a new `AWS::IoTWireless::PartnerAccount`.
|
|
CfnPartnerAccount(software.constructs.Construct scope,
String id,
CfnPartnerAccountProps props)
Create a new `AWS::IoTWireless::PartnerAccount`.
|
protected |
CfnPartnerAccount(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnPartnerAccount(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAccountLinked()
`AWS::IoTWireless::PartnerAccount.AccountLinked`.
|
String |
getAttrArn()
The Amazon Resource Name (ARN) of the resource.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getFingerprint()
`AWS::IoTWireless::PartnerAccount.Fingerprint`.
|
String |
getPartnerAccountId()
The ID of the partner account to update.
|
String |
getPartnerType()
`AWS::IoTWireless::PartnerAccount.PartnerType`.
|
Object |
getSidewalk()
The Sidewalk account credentials.
|
Object |
getSidewalkUpdate()
`AWS::IoTWireless::PartnerAccount.SidewalkUpdate`.
|
TagManager |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAccountLinked(Boolean value)
`AWS::IoTWireless::PartnerAccount.AccountLinked`.
|
void |
setAccountLinked(IResolvable value)
`AWS::IoTWireless::PartnerAccount.AccountLinked`.
|
void |
setFingerprint(String value)
`AWS::IoTWireless::PartnerAccount.Fingerprint`.
|
void |
setPartnerAccountId(String value)
The ID of the partner account to update.
|
void |
setPartnerType(String value)
`AWS::IoTWireless::PartnerAccount.PartnerType`.
|
void |
setSidewalk(CfnPartnerAccount.SidewalkAccountInfoProperty value)
The Sidewalk account credentials.
|
void |
setSidewalk(IResolvable value)
The Sidewalk account credentials.
|
void |
setSidewalkUpdate(CfnPartnerAccount.SidewalkUpdateAccountProperty value)
`AWS::IoTWireless::PartnerAccount.SidewalkUpdate`.
|
void |
setSidewalkUpdate(IResolvable value)
`AWS::IoTWireless::PartnerAccount.SidewalkUpdate`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnPartnerAccount(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnPartnerAccount(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnPartnerAccount(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnPartnerAccountProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnPartnerAccount(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
Tags can have a minimum of 0 and a maximum of 50 items.
@Stability(value=Stable) @Nullable public Object getAccountLinked()
@Stability(value=Stable)
public void setAccountLinked(@Nullable
Boolean value)
@Stability(value=Stable)
public void setAccountLinked(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getFingerprint()
@Stability(value=Stable)
public void setFingerprint(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getPartnerAccountId()
@Stability(value=Stable)
public void setPartnerAccountId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getPartnerType()
@Stability(value=Stable)
public void setPartnerType(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getSidewalk()
@Stability(value=Stable)
public void setSidewalk(@Nullable
CfnPartnerAccount.SidewalkAccountInfoProperty value)
@Stability(value=Stable)
public void setSidewalk(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getSidewalkUpdate()
@Stability(value=Stable)
public void setSidewalkUpdate(@Nullable
CfnPartnerAccount.SidewalkUpdateAccountProperty value)
@Stability(value=Stable)
public void setSidewalkUpdate(@Nullable
IResolvable value)
Copyright © 2022. All rights reserved.