Class CfnWirelessGateway
Provisions a wireless gateway.
Inherited Members
Namespace: Amazon.CDK.AWS.IoTWireless
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWirelessGateway : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnWirelessGateway
Inherits CfnResource
Implements IInspectable, ITaggable
Remarks
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(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 |
CfnWirelessGateway(Construct, String, ICfnWirelessGatewayProps) |
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 | Tag Manager which manages the tags for this resource. |
TagsRaw | 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(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
CfnWirelessGateway(Construct, String, ICfnWirelessGatewayProps)
public CfnWirelessGateway(Construct scope, string id, ICfnWirelessGatewayProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnWirelessGatewayProps
Resource properties.
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
LastUplinkReceivedAt
The date and time when the most recent uplink was received.
public virtual string LastUplinkReceivedAt { get; set; }
Property Value
System.String
LoRaWan
The gateway configuration information to use to create the wireless gateway.
public virtual object LoRaWan { get; set; }
Property Value
System.Object
Name
The name of the new resource.
public virtual string Name { get; set; }
Property Value
System.String
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
TagsRaw
The tags are an array of key-value pairs to attach to the specified resource.
public virtual ICfnTag[] TagsRaw { get; set; }
Property Value
ICfnTag[]
ThingArn
The ARN of the thing to associate with the wireless gateway.
public virtual string ThingArn { get; set; }
Property Value
System.String
ThingName
The name of the thing associated with the wireless gateway.
public virtual string ThingName { get; set; }
Property Value
System.String
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>