1. Packages
  2. AWS Native
  3. API Docs
  4. iotwireless
  5. WirelessGateway

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.iotwireless.WirelessGateway

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Create and manage wireless gateways, including LoRa gateways.

    Create WirelessGateway Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new WirelessGateway(name: string, args: WirelessGatewayArgs, opts?: CustomResourceOptions);
    @overload
    def WirelessGateway(resource_name: str,
                        args: WirelessGatewayArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def WirelessGateway(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        lo_ra_wan: Optional[WirelessGatewayLoRaWanGatewayArgs] = None,
                        description: Optional[str] = None,
                        last_uplink_received_at: Optional[str] = None,
                        name: Optional[str] = None,
                        tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                        thing_arn: Optional[str] = None,
                        thing_name: Optional[str] = None)
    func NewWirelessGateway(ctx *Context, name string, args WirelessGatewayArgs, opts ...ResourceOption) (*WirelessGateway, error)
    public WirelessGateway(string name, WirelessGatewayArgs args, CustomResourceOptions? opts = null)
    public WirelessGateway(String name, WirelessGatewayArgs args)
    public WirelessGateway(String name, WirelessGatewayArgs args, CustomResourceOptions options)
    
    type: aws-native:iotwireless:WirelessGateway
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args WirelessGatewayArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args WirelessGatewayArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args WirelessGatewayArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WirelessGatewayArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WirelessGatewayArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    WirelessGateway Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The WirelessGateway resource accepts the following input properties:

    LoRaWan Pulumi.AwsNative.IoTWireless.Inputs.WirelessGatewayLoRaWanGateway
    The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Gateway.
    Description string
    Description of Wireless Gateway.
    LastUplinkReceivedAt string
    The date and time when the most recent uplink was received.
    Name string
    Name of Wireless Gateway.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A list of key-value pairs that contain metadata for the gateway.
    ThingArn string
    Thing Arn. Passed into Update to associate a Thing with the Wireless Gateway.
    ThingName string
    Thing Name. If there is a Thing created, this can be returned with a Get call.
    LoRaWan WirelessGatewayLoRaWanGatewayArgs
    The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Gateway.
    Description string
    Description of Wireless Gateway.
    LastUplinkReceivedAt string
    The date and time when the most recent uplink was received.
    Name string
    Name of Wireless Gateway.
    Tags TagArgs
    A list of key-value pairs that contain metadata for the gateway.
    ThingArn string
    Thing Arn. Passed into Update to associate a Thing with the Wireless Gateway.
    ThingName string
    Thing Name. If there is a Thing created, this can be returned with a Get call.
    loRaWan WirelessGatewayLoRaWanGateway
    The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Gateway.
    description String
    Description of Wireless Gateway.
    lastUplinkReceivedAt String
    The date and time when the most recent uplink was received.
    name String
    Name of Wireless Gateway.
    tags List<Tag>
    A list of key-value pairs that contain metadata for the gateway.
    thingArn String
    Thing Arn. Passed into Update to associate a Thing with the Wireless Gateway.
    thingName String
    Thing Name. If there is a Thing created, this can be returned with a Get call.
    loRaWan WirelessGatewayLoRaWanGateway
    The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Gateway.
    description string
    Description of Wireless Gateway.
    lastUplinkReceivedAt string
    The date and time when the most recent uplink was received.
    name string
    Name of Wireless Gateway.
    tags Tag[]
    A list of key-value pairs that contain metadata for the gateway.
    thingArn string
    Thing Arn. Passed into Update to associate a Thing with the Wireless Gateway.
    thingName string
    Thing Name. If there is a Thing created, this can be returned with a Get call.
    lo_ra_wan WirelessGatewayLoRaWanGatewayArgs
    The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Gateway.
    description str
    Description of Wireless Gateway.
    last_uplink_received_at str
    The date and time when the most recent uplink was received.
    name str
    Name of Wireless Gateway.
    tags Sequence[TagArgs]
    A list of key-value pairs that contain metadata for the gateway.
    thing_arn str
    Thing Arn. Passed into Update to associate a Thing with the Wireless Gateway.
    thing_name str
    Thing Name. If there is a Thing created, this can be returned with a Get call.
    loRaWan Property Map
    The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Gateway.
    description String
    Description of Wireless Gateway.
    lastUplinkReceivedAt String
    The date and time when the most recent uplink was received.
    name String
    Name of Wireless Gateway.
    tags List<Property Map>
    A list of key-value pairs that contain metadata for the gateway.
    thingArn String
    Thing Arn. Passed into Update to associate a Thing with the Wireless Gateway.
    thingName String
    Thing Name. If there is a Thing created, this can be returned with a Get call.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the WirelessGateway resource produces the following output properties:

    Arn string
    Arn for Wireless Gateway. Returned upon successful create.
    AwsId string
    Id for Wireless Gateway. Returned upon successful create.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    Arn for Wireless Gateway. Returned upon successful create.
    AwsId string
    Id for Wireless Gateway. Returned upon successful create.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    Arn for Wireless Gateway. Returned upon successful create.
    awsId String
    Id for Wireless Gateway. Returned upon successful create.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    Arn for Wireless Gateway. Returned upon successful create.
    awsId string
    Id for Wireless Gateway. Returned upon successful create.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    Arn for Wireless Gateway. Returned upon successful create.
    aws_id str
    Id for Wireless Gateway. Returned upon successful create.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    Arn for Wireless Gateway. Returned upon successful create.
    awsId String
    Id for Wireless Gateway. Returned upon successful create.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    WirelessGatewayLoRaWanGateway, WirelessGatewayLoRaWanGatewayArgs

    GatewayEui string
    The gateway's EUI value.
    RfRegion string
    The frequency band (RFRegion) value.
    GatewayEui string
    The gateway's EUI value.
    RfRegion string
    The frequency band (RFRegion) value.
    gatewayEui String
    The gateway's EUI value.
    rfRegion String
    The frequency band (RFRegion) value.
    gatewayEui string
    The gateway's EUI value.
    rfRegion string
    The frequency band (RFRegion) value.
    gateway_eui str
    The gateway's EUI value.
    rf_region str
    The frequency band (RFRegion) value.
    gatewayEui String
    The gateway's EUI value.
    rfRegion String
    The frequency band (RFRegion) value.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi