Scaleway v1.25.0 published on Saturday, Mar 22, 2025 by pulumiverse
scaleway.iot.getDevice
Explore with Pulumi AI
Gets information about an IOT Device.
Using getDevice
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDevice(args: GetDeviceArgs, opts?: InvokeOptions): Promise<GetDeviceResult>
function getDeviceOutput(args: GetDeviceOutputArgs, opts?: InvokeOptions): Output<GetDeviceResult>
def get_device(device_id: Optional[str] = None,
hub_id: Optional[str] = None,
name: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeviceResult
def get_device_output(device_id: Optional[pulumi.Input[str]] = None,
hub_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDeviceResult]
func LookupDevice(ctx *Context, args *LookupDeviceArgs, opts ...InvokeOption) (*LookupDeviceResult, error)
func LookupDeviceOutput(ctx *Context, args *LookupDeviceOutputArgs, opts ...InvokeOption) LookupDeviceResultOutput
> Note: This function is named LookupDevice
in the Go SDK.
public static class GetDevice
{
public static Task<GetDeviceResult> InvokeAsync(GetDeviceArgs args, InvokeOptions? opts = null)
public static Output<GetDeviceResult> Invoke(GetDeviceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDeviceResult> getDevice(GetDeviceArgs args, InvokeOptions options)
public static Output<GetDeviceResult> getDevice(GetDeviceArgs args, InvokeOptions options)
fn::invoke:
function: scaleway:iot/getDevice:getDevice
arguments:
# arguments dictionary
The following arguments are supported:
getDevice Result
The following output properties are available:
- Allow
Insecure bool - Allow
Multiple boolConnections - Certificates
List<Pulumiverse.
Scaleway. Iot. Outputs. Get Device Certificate> - Created
At string - Description string
- Hub
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Is
Connected bool - Last
Activity stringAt - Message
Filters List<Pulumiverse.Scaleway. Iot. Outputs. Get Device Message Filter> - Status string
- Updated
At string - Device
Id string - Name string
- Region string
- Allow
Insecure bool - Allow
Multiple boolConnections - Certificates
[]Get
Device Certificate - Created
At string - Description string
- Hub
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Is
Connected bool - Last
Activity stringAt - Message
Filters []GetDevice Message Filter - Status string
- Updated
At string - Device
Id string - Name string
- Region string
- allow
Insecure Boolean - allow
Multiple BooleanConnections - certificates
List<Get
Device Certificate> - created
At String - description String
- hub
Id String - id String
- The provider-assigned unique ID for this managed resource.
- is
Connected Boolean - last
Activity StringAt - message
Filters List<GetDevice Message Filter> - status String
- updated
At String - device
Id String - name String
- region String
- allow
Insecure boolean - allow
Multiple booleanConnections - certificates
Get
Device Certificate[] - created
At string - description string
- hub
Id string - id string
- The provider-assigned unique ID for this managed resource.
- is
Connected boolean - last
Activity stringAt - message
Filters GetDevice Message Filter[] - status string
- updated
At string - device
Id string - name string
- region string
- allow_
insecure bool - allow_
multiple_ boolconnections - certificates
Sequence[Get
Device Certificate] - created_
at str - description str
- hub_
id str - id str
- The provider-assigned unique ID for this managed resource.
- is_
connected bool - last_
activity_ strat - message_
filters Sequence[GetDevice Message Filter] - status str
- updated_
at str - device_
id str - name str
- region str
- allow
Insecure Boolean - allow
Multiple BooleanConnections - certificates List<Property Map>
- created
At String - description String
- hub
Id String - id String
- The provider-assigned unique ID for this managed resource.
- is
Connected Boolean - last
Activity StringAt - message
Filters List<Property Map> - status String
- updated
At String - device
Id String - name String
- region String
Supporting Types
GetDeviceCertificate
GetDeviceMessageFilter
- Publishes
List<Pulumiverse.
Scaleway. Iot. Inputs. Get Device Message Filter Publish> - Rule to restrict topics the device can publish to
- Subscribes
List<Pulumiverse.
Scaleway. Iot. Inputs. Get Device Message Filter Subscribe> - Rule to restrict topics the device can subscribe to
- Publishes
[]Get
Device Message Filter Publish - Rule to restrict topics the device can publish to
- Subscribes
[]Get
Device Message Filter Subscribe - Rule to restrict topics the device can subscribe to
- publishes
List<Get
Device Message Filter Publish> - Rule to restrict topics the device can publish to
- subscribes
List<Get
Device Message Filter Subscribe> - Rule to restrict topics the device can subscribe to
- publishes
Get
Device Message Filter Publish[] - Rule to restrict topics the device can publish to
- subscribes
Get
Device Message Filter Subscribe[] - Rule to restrict topics the device can subscribe to
- publishes
Sequence[Get
Device Message Filter Publish] - Rule to restrict topics the device can publish to
- subscribes
Sequence[Get
Device Message Filter Subscribe] - Rule to restrict topics the device can subscribe to
- publishes List<Property Map>
- Rule to restrict topics the device can publish to
- subscribes List<Property Map>
- Rule to restrict topics the device can subscribe to
GetDeviceMessageFilterPublish
GetDeviceMessageFilterSubscribe
Package Details
- Repository
- scaleway pulumiverse/pulumi-scaleway
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scaleway
Terraform Provider.