class Aws::IoTWireless::Types::CreateWirelessGatewayRequest

@note When making an API call, you may pass CreateWirelessGatewayRequest

data as a hash:

    {
      name: "WirelessGatewayName",
      description: "Description",
      lo_ra_wan: { # required
        gateway_eui: "GatewayEui",
        rf_region: "RfRegion",
        join_eui_filters: [
          ["JoinEui"],
        ],
        net_id_filters: ["NetId"],
        sub_bands: [1],
      },
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
      client_request_token: "ClientRequestToken",
    }

@!attribute [rw] name

The name of the new resource.
@return [String]

@!attribute [rw] description

The description of the new resource.
@return [String]

@!attribute [rw] lo_ra_wan

The gateway configuration information to use to create the wireless
gateway.
@return [Types::LoRaWANGateway]

@!attribute [rw] tags

The tags to attach to the new wireless gateway. Tags are metadata
that you can use to manage a resource.
@return [Array<Types::Tag>]

@!attribute [rw] client_request_token

Each resource must have a unique client request token. If you try to
create a new resource with the same token as a resource that already
exists, an exception occurs. If you omit this value, AWS SDKs will
automatically generate a unique client request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

Constants

SENSITIVE