@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.100Z") @Stability(value=Stable) public class CfnWirelessDevice extends CfnResource implements IInspectable
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.*;
CfnWirelessDevice cfnWirelessDevice = CfnWirelessDevice.Builder.create(this, "MyCfnWirelessDevice")
.destinationName("destinationName")
.type("type")
// the properties below are optional
.description("description")
.lastUplinkReceivedAt("lastUplinkReceivedAt")
.loRaWan(LoRaWANDeviceProperty.builder()
.abpV10X(AbpV10xProperty.builder()
.devAddr("devAddr")
.sessionKeys(SessionKeysAbpV10xProperty.builder()
.appSKey("appSKey")
.nwkSKey("nwkSKey")
.build())
.build())
.abpV11(AbpV11Property.builder()
.devAddr("devAddr")
.sessionKeys(SessionKeysAbpV11Property.builder()
.appSKey("appSKey")
.fNwkSIntKey("fNwkSIntKey")
.nwkSEncKey("nwkSEncKey")
.sNwkSIntKey("sNwkSIntKey")
.build())
.build())
.devEui("devEui")
.deviceProfileId("deviceProfileId")
.otaaV10X(OtaaV10xProperty.builder()
.appEui("appEui")
.appKey("appKey")
.build())
.otaaV11(OtaaV11Property.builder()
.appKey("appKey")
.joinEui("joinEui")
.nwkKey("nwkKey")
.build())
.serviceProfileId("serviceProfileId")
.build())
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.thingArn("thingArn")
.build();
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnWirelessDevice.AbpV10xProperty
Example:
|
static interface |
CfnWirelessDevice.AbpV11Property
Example:
|
static class |
CfnWirelessDevice.Builder
A fluent builder for
CfnWirelessDevice. |
static interface |
CfnWirelessDevice.LoRaWANDeviceProperty
Example:
|
static interface |
CfnWirelessDevice.OtaaV10xProperty
Example:
|
static interface |
CfnWirelessDevice.OtaaV11Property
Example:
|
static interface |
CfnWirelessDevice.SessionKeysAbpV10xProperty
Example:
|
static interface |
CfnWirelessDevice.SessionKeysAbpV11Property
Example:
|
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 |
|---|---|
|
CfnWirelessDevice(software.constructs.Construct scope,
String id,
CfnWirelessDeviceProps props)
Create a new `AWS::IoTWireless::WirelessDevice`.
|
protected |
CfnWirelessDevice(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnWirelessDevice(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrId() |
String |
getAttrThingName() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::IoTWireless::WirelessDevice.Description`.
|
String |
getDestinationName()
`AWS::IoTWireless::WirelessDevice.DestinationName`.
|
String |
getLastUplinkReceivedAt()
`AWS::IoTWireless::WirelessDevice.LastUplinkReceivedAt`.
|
Object |
getLoRaWan()
`AWS::IoTWireless::WirelessDevice.LoRaWAN`.
|
String |
getName()
`AWS::IoTWireless::WirelessDevice.Name`.
|
TagManager |
getTags()
`AWS::IoTWireless::WirelessDevice.Tags`.
|
String |
getThingArn()
`AWS::IoTWireless::WirelessDevice.ThingArn`.
|
String |
getType()
`AWS::IoTWireless::WirelessDevice.Type`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::IoTWireless::WirelessDevice.Description`.
|
void |
setDestinationName(String value)
`AWS::IoTWireless::WirelessDevice.DestinationName`.
|
void |
setLastUplinkReceivedAt(String value)
`AWS::IoTWireless::WirelessDevice.LastUplinkReceivedAt`.
|
void |
setLoRaWan(CfnWirelessDevice.LoRaWANDeviceProperty value)
`AWS::IoTWireless::WirelessDevice.LoRaWAN`.
|
void |
setLoRaWan(IResolvable value)
`AWS::IoTWireless::WirelessDevice.LoRaWAN`.
|
void |
setName(String value)
`AWS::IoTWireless::WirelessDevice.Name`.
|
void |
setThingArn(String value)
`AWS::IoTWireless::WirelessDevice.ThingArn`.
|
void |
setType(String value)
`AWS::IoTWireless::WirelessDevice.Type`.
|
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 CfnWirelessDevice(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnWirelessDevice(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnWirelessDevice(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnWirelessDeviceProps 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. 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 public String getAttrId()
@Stability(value=Stable) @NotNull public String getAttrThingName()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @NotNull public String getDestinationName()
@Stability(value=Stable)
public void setDestinationName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getLastUplinkReceivedAt()
@Stability(value=Stable)
public void setLastUplinkReceivedAt(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getLoRaWan()
@Stability(value=Stable)
public void setLoRaWan(@Nullable
CfnWirelessDevice.LoRaWANDeviceProperty value)
@Stability(value=Stable)
public void setLoRaWan(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @Nullable public String getThingArn()
@Stability(value=Stable)
public void setThingArn(@Nullable
String value)
@Stability(value=Stable) @NotNull public String getType()
@Stability(value=Stable)
public void setType(@NotNull
String value)
Copyright © 2021. All rights reserved.