Class CfnPartnerAccount
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.iotwireless.CfnPartnerAccount
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:11.561Z")
@Stability(Stable)
public class CfnPartnerAccount
extends CfnResource
implements IInspectable, ITaggable
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();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnPartnerAccount
.static interface
Information about a Sidewalk account.static interface
Information about a Sidewalk account.static interface
Sidewalk update.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnPartnerAccount
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnPartnerAccount
(software.amazon.jsii.JsiiObjectRef objRef) CfnPartnerAccount
(software.constructs.Construct scope, String id) CfnPartnerAccount
(software.constructs.Construct scope, String id, CfnPartnerAccountProps props) -
Method Summary
Modifier and TypeMethodDescriptionWhether the partner account is linked to the AWS account.The Amazon Resource Name (ARN) of the resource.The fingerprint of the Sidewalk application server private key.The ID of the partner account to update.The partner type.The Sidewalk account credentials.Information about a Sidewalk account.Sidewalk update.getTags()
Tag Manager which manages the tags for this resource.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.renderProperties
(Map<String, Object> props) void
setAccountLinked
(Boolean value) Whether the partner account is linked to the AWS account.void
setAccountLinked
(IResolvable value) Whether the partner account is linked to the AWS account.void
setPartnerAccountId
(String value) The ID of the partner account to update.void
setPartnerType
(String value) The partner type.void
setSidewalk
(IResolvable value) The Sidewalk account credentials.void
The Sidewalk account credentials.void
setSidewalkResponse
(IResolvable value) Information about a Sidewalk account.void
Information about a Sidewalk account.void
setSidewalkUpdate
(IResolvable value) Sidewalk update.void
Sidewalk update.void
setTagsRaw
(List<CfnTag> value) The tags are an array of key-value pairs to attach to the specified resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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 software.constructs.Construct scope, @NotNull String id, @Nullable CfnPartnerAccountProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties.
-
CfnPartnerAccount
@Stability(Stable) public CfnPartnerAccount(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the resource. -
getAttrFingerprint
The fingerprint of the Sidewalk application server private key. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getAccountLinked
Whether the partner account is linked to the AWS account. -
setAccountLinked
Whether the partner account is linked to the AWS account. -
setAccountLinked
Whether the partner account is linked to the AWS account. -
getPartnerAccountId
The ID of the partner account to update. -
setPartnerAccountId
The ID of the partner account to update. -
getPartnerType
The partner type. -
setPartnerType
The partner type. -
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
Information about a Sidewalk account. -
setSidewalkResponse
Information about a Sidewalk account. -
setSidewalkResponse
@Stability(Stable) public void setSidewalkResponse(@Nullable CfnPartnerAccount.SidewalkAccountInfoWithFingerprintProperty value) Information about a Sidewalk account. -
getSidewalkUpdate
Sidewalk update. -
setSidewalkUpdate
Sidewalk update. -
setSidewalkUpdate
@Stability(Stable) public void setSidewalkUpdate(@Nullable CfnPartnerAccount.SidewalkUpdateAccountProperty value) Sidewalk update. -
getTagsRaw
The tags are an array of key-value pairs to attach to the specified resource. -
setTagsRaw
The tags are an array of key-value pairs to attach to the specified resource.
-