Class CfnWirelessGateway
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.CfnWirelessGateway
- 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:58.022Z")
@Stability(Stable)
public class CfnWirelessGateway
extends CfnResource
implements IInspectable
A CloudFormation
AWS::IoTWireless::WirelessGateway.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnWirelessGateway.static interfaceLoRaWAN wireless gateway object.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
ConstructorsModifierConstructorDescriptionCfnWirelessGateway(Construct scope, String id, CfnWirelessGatewayProps props) Create a newAWS::IoTWireless::WirelessGateway.protectedCfnWirelessGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnWirelessGateway(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the wireless gateway created.The ID of the wireless gateway created.The description of the new resource.The date and time when the most recent uplink was received.The gateway configuration information to use to create the wireless gateway.getName()The name of the new resource.getTags()The tags are an array of key-value pairs to attach to the specified resource.The ARN of the thing to associate with the wireless gateway.The name of the thing associated with the wireless gateway.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetDescription(String value) The description of the new resource.voidsetLastUplinkReceivedAt(String value) The date and time when the most recent uplink was received.voidsetLoRaWan(IResolvable value) The gateway configuration information to use to create the wireless gateway.voidThe gateway configuration information to use to create the wireless gateway.voidThe name of the new resource.voidsetThingArn(String value) The ARN of the thing to associate with the wireless gateway.voidsetThingName(String value) The name of the thing associated with the wireless gateway.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
-
CfnWirelessGateway
protected CfnWirelessGateway(software.amazon.jsii.JsiiObjectRef objRef) -
CfnWirelessGateway
protected CfnWirelessGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnWirelessGateway
@Stability(Stable) public CfnWirelessGateway(@NotNull Construct scope, @NotNull String id, @NotNull CfnWirelessGatewayProps props) Create a newAWS::IoTWireless::WirelessGateway.- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
props-- resource properties.
-
-
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 ARN of the wireless gateway created. -
getAttrId
The ID of the wireless gateway created. -
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.
-
getLoRaWan
The gateway configuration information to use to create the wireless gateway. -
setLoRaWan
The gateway configuration information to use to create the wireless gateway. -
setLoRaWan
The gateway configuration information to use to create the wireless gateway. -
getDescription
The description of the new resource.The maximum length is 2048 characters.
-
setDescription
The description of the new resource.The maximum length is 2048 characters.
-
getLastUplinkReceivedAt
The date and time when the most recent uplink was received. -
setLastUplinkReceivedAt
The date and time when the most recent uplink was received. -
getName
The name of the new resource. -
setName
The name of the new resource. -
getThingArn
The ARN of the thing to associate with the wireless gateway. -
setThingArn
The ARN of the thing to associate with the wireless gateway. -
getThingName
The name of the thing associated with the wireless gateway.The value is empty if a thing isn't associated with the gateway.
-
setThingName
The name of the thing associated with the wireless gateway.The value is empty if a thing isn't associated with the gateway.
-