Class CfnPartnerAccount
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.CfnElement
software.amazon.awscdk.core.CfnRefElement
software.amazon.awscdk.core.CfnResource
software.amazon.awscdk.services.iotwireless.CfnPartnerAccount
- All Implemented Interfaces:
IConstruct,IDependable,IInspectable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:57.985Z")
@Stability(Stable)
public class CfnPartnerAccount
extends CfnResource
implements IInspectable
A CloudFormation
AWS::IoTWireless::PartnerAccount.
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)
.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();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnPartnerAccount.static interfaceInformation about a Sidewalk account.static interfaceInformation about a Sidewalk account.static interfaceSidewalk update.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionCfnPartnerAccount(Construct scope, String id) Create a newAWS::IoTWireless::PartnerAccount.CfnPartnerAccount(Construct scope, String id, CfnPartnerAccountProps props) Create a newAWS::IoTWireless::PartnerAccount.protectedCfnPartnerAccount(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnPartnerAccount(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionAWS::IoTWireless::PartnerAccount.AccountLinked.The Amazon Resource Name (ARN) of the resource.The ID of the partner account to update.AWS::IoTWireless::PartnerAccount.PartnerType.The Sidewalk account credentials.AWS::IoTWireless::PartnerAccount.SidewalkResponse.AWS::IoTWireless::PartnerAccount.SidewalkUpdate.getTags()The tags are an array of key-value pairs to attach to the specified resource.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetAccountLinked(Boolean value) AWS::IoTWireless::PartnerAccount.AccountLinked.voidsetAccountLinked(IResolvable value) AWS::IoTWireless::PartnerAccount.AccountLinked.voidsetPartnerAccountId(String value) The ID of the partner account to update.voidsetPartnerType(String value) AWS::IoTWireless::PartnerAccount.PartnerType.voidsetSidewalk(IResolvable value) The Sidewalk account credentials.voidThe Sidewalk account credentials.voidsetSidewalkResponse(IResolvable value) AWS::IoTWireless::PartnerAccount.SidewalkResponse.voidAWS::IoTWireless::PartnerAccount.SidewalkResponse.voidsetSidewalkUpdate(IResolvable value) AWS::IoTWireless::PartnerAccount.SidewalkUpdate.voidAWS::IoTWireless::PartnerAccount.SidewalkUpdate.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.core.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validateMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnPartnerAccount
protected CfnPartnerAccount(software.amazon.jsii.JsiiObjectRef objRef) -
CfnPartnerAccount
protected CfnPartnerAccount(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnPartnerAccount
@Stability(Stable) public CfnPartnerAccount(@NotNull Construct scope, @NotNull String id, @Nullable CfnPartnerAccountProps props) Create a newAWS::IoTWireless::PartnerAccount.- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
props-- resource properties.
-
CfnPartnerAccount
Create a newAWS::IoTWireless::PartnerAccount.- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector-- tree inspector to collect and process attributes.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the resource. -
getAttrFingerprint
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTags
The tags are an array of key-value pairs to attach to the specified resource.Tags can have a minimum of 0 and a maximum of 50 items.
-
getAccountLinked
AWS::IoTWireless::PartnerAccount.AccountLinked. -
setAccountLinked
AWS::IoTWireless::PartnerAccount.AccountLinked. -
setAccountLinked
AWS::IoTWireless::PartnerAccount.AccountLinked. -
getPartnerAccountId
The ID of the partner account to update. -
setPartnerAccountId
The ID of the partner account to update. -
getPartnerType
AWS::IoTWireless::PartnerAccount.PartnerType. -
setPartnerType
AWS::IoTWireless::PartnerAccount.PartnerType. -
getSidewalk
The Sidewalk account credentials. -
setSidewalk
The Sidewalk account credentials. -
setSidewalk
@Stability(Stable) public void setSidewalk(@Nullable CfnPartnerAccount.SidewalkAccountInfoProperty value) The Sidewalk account credentials. -
getSidewalkResponse
AWS::IoTWireless::PartnerAccount.SidewalkResponse. -
setSidewalkResponse
AWS::IoTWireless::PartnerAccount.SidewalkResponse. -
setSidewalkResponse
@Stability(Stable) public void setSidewalkResponse(@Nullable CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty value) AWS::IoTWireless::PartnerAccount.SidewalkResponse. -
getSidewalkUpdate
AWS::IoTWireless::PartnerAccount.SidewalkUpdate. -
setSidewalkUpdate
AWS::IoTWireless::PartnerAccount.SidewalkUpdate. -
setSidewalkUpdate
@Stability(Stable) public void setSidewalkUpdate(@Nullable CfnPartnerAccount.SidewalkUpdateAccountProperty value) AWS::IoTWireless::PartnerAccount.SidewalkUpdate.
-