Class CfnWirelessGateway
A CloudFormation AWS::IoTWireless::WirelessGateway
.
Inherited Members
Namespace: Amazon.CDK.AWS.IoTWireless
Assembly: Amazon.CDK.AWS.IoTWireless.dll
Syntax (csharp)
public class CfnWirelessGateway : CfnResource, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnWirelessGateway
Inherits CfnResource
Implements IConstruct, IDependable, IInspectable
Remarks
Provisions a wireless gateway.
CloudformationResource: AWS::IoTWireless::WirelessGateway
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTWireless;
var cfnWirelessGateway = new CfnWirelessGateway(this, "MyCfnWirelessGateway", new CfnWirelessGatewayProps {
LoRaWan = new LoRaWANGatewayProperty {
GatewayEui = "gatewayEui",
RfRegion = "rfRegion"
},
// the properties below are optional
Description = "description",
LastUplinkReceivedAt = "lastUplinkReceivedAt",
Name = "name",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
ThingArn = "thingArn",
ThingName = "thingName"
});
Synopsis
Constructors
CfnWirelessGateway(Construct, String, ICfnWirelessGatewayProps) | Create a new |
CfnWirelessGateway(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnWirelessGateway(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Properties
AttrArn | The ARN of the wireless gateway created. |
AttrId | The ID of the wireless gateway created. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
Description | The description of the new resource. |
LastUplinkReceivedAt | The date and time when the most recent uplink was received. |
LoRaWan | The gateway configuration information to use to create the wireless gateway. |
Name | The name of the new resource. |
Tags | The tags are an array of key-value pairs to attach to the specified resource. |
ThingArn | The ARN of the thing to associate with the wireless gateway. |
ThingName | The name of the thing associated with the wireless gateway. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnWirelessGateway(Construct, String, ICfnWirelessGatewayProps)
Create a new AWS::IoTWireless::WirelessGateway
.
public CfnWirelessGateway(Construct scope, string id, ICfnWirelessGatewayProps props)
Parameters
- scope Construct
- scope in which this resource is defined.
- id System.String
- scoped id of the resource.
- props ICfnWirelessGatewayProps
- resource properties.
CfnWirelessGateway(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnWirelessGateway(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnWirelessGateway(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnWirelessGateway(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Properties
AttrArn
The ARN of the wireless gateway created.
public virtual string AttrArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Arn
AttrId
The ID of the wireless gateway created.
public virtual string AttrId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Id
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
Description
The description of the new resource.
public virtual string Description { get; set; }
Property Value
System.String
Remarks
The maximum length is 2048 characters.
LastUplinkReceivedAt
The date and time when the most recent uplink was received.
public virtual string LastUplinkReceivedAt { get; set; }
Property Value
System.String
Remarks
LoRaWan
The gateway configuration information to use to create the wireless gateway.
public virtual object LoRaWan { get; set; }
Property Value
System.Object
Remarks
Name
The name of the new resource.
public virtual string Name { get; set; }
Property Value
System.String
Remarks
Tags
The tags are an array of key-value pairs to attach to the specified resource.
public virtual TagManager Tags { get; }
Property Value
Remarks
Tags can have a minimum of 0 and a maximum of 50 items.
ThingArn
The ARN of the thing to associate with the wireless gateway.
public virtual string ThingArn { get; set; }
Property Value
System.String
Remarks
ThingName
The name of the thing associated with the wireless gateway.
public virtual string ThingName { get; set; }
Property Value
System.String
Remarks
The value is empty if a thing isn't associated with the gateway.
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
- tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>