@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.521Z") @Stability(value=Stable) public class CfnPartnerAccount extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnPartnerAccount.Builder
A fluent builder for
CfnPartnerAccount. |
static interface |
CfnPartnerAccount.SidewalkAccountInfoProperty |
static interface |
CfnPartnerAccount.SidewalkUpdateAccountProperty |
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() |
protected Map<String,Object> |
getCfnProperties() |
String |
getFingerprint()
`AWS::IoTWireless::PartnerAccount.Fingerprint`.
|
String |
getPartnerAccountId()
`AWS::IoTWireless::PartnerAccount.PartnerAccountId`.
|
String |
getPartnerType()
`AWS::IoTWireless::PartnerAccount.PartnerType`.
|
Object |
getSidewalk()
`AWS::IoTWireless::PartnerAccount.Sidewalk`.
|
Object |
getSidewalkUpdate()
`AWS::IoTWireless::PartnerAccount.SidewalkUpdate`.
|
TagManager |
getTags()
`AWS::IoTWireless::PartnerAccount.Tags`.
|
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)
`AWS::IoTWireless::PartnerAccount.PartnerAccountId`.
|
void |
setPartnerType(String value)
`AWS::IoTWireless::PartnerAccount.PartnerType`.
|
void |
setSidewalk(CfnPartnerAccount.SidewalkAccountInfoProperty value)
`AWS::IoTWireless::PartnerAccount.Sidewalk`.
|
void |
setSidewalk(IResolvable value)
`AWS::IoTWireless::PartnerAccount.Sidewalk`.
|
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, 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()
@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 © 2021. All rights reserved.