@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.092Z") @Stability(value=Stable) public class CfnWirelessGateway extends CfnResource implements IInspectable
Provisions a wireless gateway.
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.*;
CfnWirelessGateway cfnWirelessGateway = CfnWirelessGateway.Builder.create(this, "MyCfnWirelessGateway")
.loRaWan(LoRaWANGatewayProperty.builder()
.gatewayEui("gatewayEui")
.rfRegion("rfRegion")
.build())
// the properties below are optional
.description("description")
.lastUplinkReceivedAt("lastUplinkReceivedAt")
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.thingArn("thingArn")
.thingName("thingName")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnWirelessGateway.Builder
A fluent builder for
CfnWirelessGateway. |
static interface |
CfnWirelessGateway.LoRaWANGatewayProperty
LoRaWAN wireless gateway object.
|
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 |
|---|---|
|
CfnWirelessGateway(software.constructs.Construct scope,
String id,
CfnWirelessGatewayProps props)
Create a new `AWS::IoTWireless::WirelessGateway`.
|
protected |
CfnWirelessGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnWirelessGateway(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn()
The ARN of the wireless gateway created.
|
String |
getAttrId()
The ID of the wireless gateway created.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
The description of the new resource.
|
String |
getLastUplinkReceivedAt()
The date and time when the most recent uplink was received.
|
Object |
getLoRaWan()
The gateway configuration information to use to create the wireless gateway.
|
String |
getName()
The name of the new resource.
|
TagManager |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
String |
getThingArn()
The ARN of the thing to associate with the wireless gateway.
|
String |
getThingName()
`AWS::IoTWireless::WirelessGateway.ThingName`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
The description of the new resource.
|
void |
setLastUplinkReceivedAt(String value)
The date and time when the most recent uplink was received.
|
void |
setLoRaWan(CfnWirelessGateway.LoRaWANGatewayProperty value)
The gateway configuration information to use to create the wireless gateway.
|
void |
setLoRaWan(IResolvable value)
The gateway configuration information to use to create the wireless gateway.
|
void |
setName(String value)
The name of the new resource.
|
void |
setThingArn(String value)
The ARN of the thing to associate with the wireless gateway.
|
void |
setThingName(String value)
`AWS::IoTWireless::WirelessGateway.ThingName`.
|
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 CfnWirelessGateway(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnWirelessGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnWirelessGateway(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnWirelessGatewayProps 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 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) @NotNull public Object getLoRaWan()
@Stability(value=Stable)
public void setLoRaWan(@NotNull
CfnWirelessGateway.LoRaWANGatewayProperty value)
@Stability(value=Stable)
public void setLoRaWan(@NotNull
IResolvable value)
@Stability(value=Stable) @Nullable public String getDescription()
The maximum length is 2048 characters.
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
The maximum length is 2048 characters.
@Stability(value=Stable) @Nullable public String getLastUplinkReceivedAt()
@Stability(value=Stable)
public void setLastUplinkReceivedAt(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getThingArn()
@Stability(value=Stable)
public void setThingArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getThingName()
@Stability(value=Stable)
public void setThingName(@Nullable
String value)
Copyright © 2022. All rights reserved.