Class CfnWirelessGateway
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.CfnWirelessGateway
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IWirelessGatewayRef,ITaggable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:38.618Z")
@Stability(Stable)
public class CfnWirelessGateway
extends CfnResource
implements IInspectable, IWirelessGatewayRef, ITaggable
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();
- See Also:
-
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.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.iotwireless.IWirelessGatewayRef
IWirelessGatewayRef.Jsii$Default, IWirelessGatewayRef.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnWirelessGateway(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnWirelessGateway(software.amazon.jsii.JsiiObjectRef objRef) CfnWirelessGateway(software.constructs.Construct scope, String id, CfnWirelessGatewayProps props) Create a newAWS::IoTWireless::WirelessGateway. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForWirelessGateway(IWirelessGatewayRef resource) static IWirelessGatewayReffromWirelessGatewayArn(software.constructs.Construct scope, String id, String arn) Creates a new IWirelessGatewayRef from an ARN.static IWirelessGatewayReffromWirelessGatewayId(software.constructs.Construct scope, String id, String wirelessGatewayId) Creates a new IWirelessGatewayRef from a wirelessGatewayId.The 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()Tag Manager which manages the tags for this resource.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.A reference to a WirelessGateway resource.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnWirelessGateway.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.voidsetTagsRaw(List<CfnTag> value) The tags are an array of key-value pairs to attach to the specified 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.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods 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.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods 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 software.constructs.Construct scope, @NotNull String id, @NotNull CfnWirelessGatewayProps props) Create a newAWS::IoTWireless::WirelessGateway.- 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. This parameter is required.
-
-
Method Details
-
arnForWirelessGateway
@Stability(Stable) @NotNull public static String arnForWirelessGateway(@NotNull IWirelessGatewayRef resource) - Parameters:
resource- This parameter is required.
-
fromWirelessGatewayArn
@Stability(Stable) @NotNull public static IWirelessGatewayRef fromWirelessGatewayArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String arn) Creates a new IWirelessGatewayRef from an ARN.- Parameters:
scope- This parameter is required.id- This parameter is required.arn- This parameter is required.
-
fromWirelessGatewayId
@Stability(Stable) @NotNull public static IWirelessGatewayRef fromWirelessGatewayId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String wirelessGatewayId) Creates a new IWirelessGatewayRef from a wirelessGatewayId.- Parameters:
scope- This parameter is required.id- This parameter is required.wirelessGatewayId- This parameter is required.
-
isCfnWirelessGateway
Checks whether the given object is a CfnWirelessGateway.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin 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:
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
Tag Manager which manages the tags for this resource. -
getWirelessGatewayRef
A reference to a WirelessGateway resource.- Specified by:
getWirelessGatewayRefin interfaceIWirelessGatewayRef
-
getLoRaWan
The gateway configuration information to use to create the wireless gateway.Returns union: either
IResolvableorCfnWirelessGateway.LoRaWANGatewayProperty -
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. -
setDescription
The description of the new resource. -
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. -
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. -
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. -
setThingName
The name of the thing associated with the wireless gateway.
-