Show / Hide Table of Contents

Class CfnWirelessGateway

A CloudFormation AWS::IoTWireless::WirelessGateway.

Inheritance
System.Object
Construct
CfnElement
CfnRefElement
CfnResource
CfnWirelessGateway
Implements
IConstruct
Constructs.IConstruct
IDependable
IInspectable
Inherited Members
CfnResource.IsCfnResource(IConstruct)
CfnResource.AddDeletionOverride(String)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(String, Object)
CfnResource.AddOverride(String, Object)
CfnResource.AddPropertyDeletionOverride(String)
CfnResource.AddPropertyOverride(String, Object)
CfnResource.ApplyRemovalPolicy(Nullable<RemovalPolicy>, IRemovalPolicyOptions)
CfnResource.GetAtt(String)
CfnResource.GetMetadata(String)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(Object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnRefElement.Ref
CfnElement.IsCfnElement(Object)
CfnElement.OverrideLogicalId(String)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessgateway.html

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 AWS::IoTWireless::WirelessGateway.

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
CfnResource.CfnProperties

Description

The description of the new resource.

public virtual string Description { get; set; }
Property Value

System.String

Remarks

The maximum length is 2048 characters.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessgateway.html#cfn-iotwireless-wirelessgateway-description

LastUplinkReceivedAt

The date and time when the most recent uplink was received.

public virtual string LastUplinkReceivedAt { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessgateway.html#cfn-iotwireless-wirelessgateway-lastuplinkreceivedat

LoRaWan

The gateway configuration information to use to create the wireless gateway.

public virtual object LoRaWan { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessgateway.html#cfn-iotwireless-wirelessgateway-lorawan

Name

The name of the new resource.

public virtual string Name { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessgateway.html#cfn-iotwireless-wirelessgateway-name

Tags

The tags are an array of key-value pairs to attach to the specified resource.

public virtual TagManager Tags { get; }
Property Value

TagManager

Remarks

Tags can have a minimum of 0 and a maximum of 50 items.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessgateway.html#cfn-iotwireless-wirelessgateway-tags

ThingArn

The ARN of the thing to associate with the wireless gateway.

public virtual string ThingArn { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessgateway.html#cfn-iotwireless-wirelessgateway-thingarn

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.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessgateway.html#cfn-iotwireless-wirelessgateway-thingname

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>

Overrides
CfnResource.RenderProperties(IDictionary<String, Object>)

Implements

IConstruct
Constructs.IConstruct
IDependable
IInspectable
Back to top Generated by DocFX