scaleway.IotHub
Explore with Pulumi AI
Example Usage
Basic
import * as pulumi from "@pulumi/pulumi";
import * as scaleway from "@pulumiverse/scaleway";
const main = new scaleway.IotHub("main", {productPlan: "plan_shared"});
import pulumi
import pulumiverse_scaleway as scaleway
main = scaleway.IotHub("main", product_plan="plan_shared")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumiverse/pulumi-scaleway/sdk/go/scaleway"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := scaleway.NewIotHub(ctx, "main", &scaleway.IotHubArgs{
ProductPlan: pulumi.String("plan_shared"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scaleway = Pulumiverse.Scaleway;
return await Deployment.RunAsync(() =>
{
var main = new Scaleway.IotHub("main", new()
{
ProductPlan = "plan_shared",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.scaleway.IotHub;
import com.pulumi.scaleway.IotHubArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var main = new IotHub("main", IotHubArgs.builder()
.productPlan("plan_shared")
.build());
}
}
resources:
main:
type: scaleway:IotHub
properties:
productPlan: plan_shared
Create IotHub Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IotHub(name: string, args: IotHubArgs, opts?: CustomResourceOptions);
@overload
def IotHub(resource_name: str,
args: IotHubArgs,
opts: Optional[ResourceOptions] = None)
@overload
def IotHub(resource_name: str,
opts: Optional[ResourceOptions] = None,
product_plan: Optional[str] = None,
device_auto_provisioning: Optional[bool] = None,
disable_events: Optional[bool] = None,
enabled: Optional[bool] = None,
events_topic_prefix: Optional[str] = None,
hub_ca: Optional[str] = None,
hub_ca_challenge: Optional[str] = None,
name: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None)
func NewIotHub(ctx *Context, name string, args IotHubArgs, opts ...ResourceOption) (*IotHub, error)
public IotHub(string name, IotHubArgs args, CustomResourceOptions? opts = null)
public IotHub(String name, IotHubArgs args)
public IotHub(String name, IotHubArgs args, CustomResourceOptions options)
type: scaleway:IotHub
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 IotHubArgs
- 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 IotHubArgs
- 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 IotHubArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IotHubArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IotHubArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var iotHubResource = new Scaleway.IotHub("iotHubResource", new()
{
ProductPlan = "string",
DeviceAutoProvisioning = false,
DisableEvents = false,
Enabled = false,
EventsTopicPrefix = "string",
HubCa = "string",
HubCaChallenge = "string",
Name = "string",
ProjectId = "string",
Region = "string",
});
example, err := scaleway.NewIotHub(ctx, "iotHubResource", &scaleway.IotHubArgs{
ProductPlan: pulumi.String("string"),
DeviceAutoProvisioning: pulumi.Bool(false),
DisableEvents: pulumi.Bool(false),
Enabled: pulumi.Bool(false),
EventsTopicPrefix: pulumi.String("string"),
HubCa: pulumi.String("string"),
HubCaChallenge: pulumi.String("string"),
Name: pulumi.String("string"),
ProjectId: pulumi.String("string"),
Region: pulumi.String("string"),
})
var iotHubResource = new IotHub("iotHubResource", IotHubArgs.builder()
.productPlan("string")
.deviceAutoProvisioning(false)
.disableEvents(false)
.enabled(false)
.eventsTopicPrefix("string")
.hubCa("string")
.hubCaChallenge("string")
.name("string")
.projectId("string")
.region("string")
.build());
iot_hub_resource = scaleway.IotHub("iotHubResource",
product_plan="string",
device_auto_provisioning=False,
disable_events=False,
enabled=False,
events_topic_prefix="string",
hub_ca="string",
hub_ca_challenge="string",
name="string",
project_id="string",
region="string")
const iotHubResource = new scaleway.IotHub("iotHubResource", {
productPlan: "string",
deviceAutoProvisioning: false,
disableEvents: false,
enabled: false,
eventsTopicPrefix: "string",
hubCa: "string",
hubCaChallenge: "string",
name: "string",
projectId: "string",
region: "string",
});
type: scaleway:IotHub
properties:
deviceAutoProvisioning: false
disableEvents: false
enabled: false
eventsTopicPrefix: string
hubCa: string
hubCaChallenge: string
name: string
productPlan: string
projectId: string
region: string
IotHub 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 IotHub resource accepts the following input properties:
- Product
Plan string Product plan to create the hub, see documentation for available product plans (e.g.
plan_shared
)Important: Updates to
product_plan
will recreate the IoT Hub Instance.- Device
Auto boolProvisioning - Wether to enable the device auto provisioning or not
- Disable
Events bool - Whether to enable the hub events or not
- Enabled bool
Wether the IoT Hub instance should be enabled or not.
Important: Updates to
enabled
will disconnect eventually connected devices.- Events
Topic stringPrefix - Topic prefix for the hub events
- Hub
Ca string - Custom user provided certificate authority
- Hub
Ca stringChallenge - Challenge certificate for the user provided hub CA
- Name string
- The name of the IoT Hub instance you want to create (e.g.
my-hub
). - Project
Id string project_id
) The ID of the project the IoT Hub Instance is associated with.- Region string
region
) The region in which the Database Instance should be created.
- Product
Plan string Product plan to create the hub, see documentation for available product plans (e.g.
plan_shared
)Important: Updates to
product_plan
will recreate the IoT Hub Instance.- Device
Auto boolProvisioning - Wether to enable the device auto provisioning or not
- Disable
Events bool - Whether to enable the hub events or not
- Enabled bool
Wether the IoT Hub instance should be enabled or not.
Important: Updates to
enabled
will disconnect eventually connected devices.- Events
Topic stringPrefix - Topic prefix for the hub events
- Hub
Ca string - Custom user provided certificate authority
- Hub
Ca stringChallenge - Challenge certificate for the user provided hub CA
- Name string
- The name of the IoT Hub instance you want to create (e.g.
my-hub
). - Project
Id string project_id
) The ID of the project the IoT Hub Instance is associated with.- Region string
region
) The region in which the Database Instance should be created.
- product
Plan String Product plan to create the hub, see documentation for available product plans (e.g.
plan_shared
)Important: Updates to
product_plan
will recreate the IoT Hub Instance.- device
Auto BooleanProvisioning - Wether to enable the device auto provisioning or not
- disable
Events Boolean - Whether to enable the hub events or not
- enabled Boolean
Wether the IoT Hub instance should be enabled or not.
Important: Updates to
enabled
will disconnect eventually connected devices.- events
Topic StringPrefix - Topic prefix for the hub events
- hub
Ca String - Custom user provided certificate authority
- hub
Ca StringChallenge - Challenge certificate for the user provided hub CA
- name String
- The name of the IoT Hub instance you want to create (e.g.
my-hub
). - project
Id String project_id
) The ID of the project the IoT Hub Instance is associated with.- region String
region
) The region in which the Database Instance should be created.
- product
Plan string Product plan to create the hub, see documentation for available product plans (e.g.
plan_shared
)Important: Updates to
product_plan
will recreate the IoT Hub Instance.- device
Auto booleanProvisioning - Wether to enable the device auto provisioning or not
- disable
Events boolean - Whether to enable the hub events or not
- enabled boolean
Wether the IoT Hub instance should be enabled or not.
Important: Updates to
enabled
will disconnect eventually connected devices.- events
Topic stringPrefix - Topic prefix for the hub events
- hub
Ca string - Custom user provided certificate authority
- hub
Ca stringChallenge - Challenge certificate for the user provided hub CA
- name string
- The name of the IoT Hub instance you want to create (e.g.
my-hub
). - project
Id string project_id
) The ID of the project the IoT Hub Instance is associated with.- region string
region
) The region in which the Database Instance should be created.
- product_
plan str Product plan to create the hub, see documentation for available product plans (e.g.
plan_shared
)Important: Updates to
product_plan
will recreate the IoT Hub Instance.- device_
auto_ boolprovisioning - Wether to enable the device auto provisioning or not
- disable_
events bool - Whether to enable the hub events or not
- enabled bool
Wether the IoT Hub instance should be enabled or not.
Important: Updates to
enabled
will disconnect eventually connected devices.- events_
topic_ strprefix - Topic prefix for the hub events
- hub_
ca str - Custom user provided certificate authority
- hub_
ca_ strchallenge - Challenge certificate for the user provided hub CA
- name str
- The name of the IoT Hub instance you want to create (e.g.
my-hub
). - project_
id str project_id
) The ID of the project the IoT Hub Instance is associated with.- region str
region
) The region in which the Database Instance should be created.
- product
Plan String Product plan to create the hub, see documentation for available product plans (e.g.
plan_shared
)Important: Updates to
product_plan
will recreate the IoT Hub Instance.- device
Auto BooleanProvisioning - Wether to enable the device auto provisioning or not
- disable
Events Boolean - Whether to enable the hub events or not
- enabled Boolean
Wether the IoT Hub instance should be enabled or not.
Important: Updates to
enabled
will disconnect eventually connected devices.- events
Topic StringPrefix - Topic prefix for the hub events
- hub
Ca String - Custom user provided certificate authority
- hub
Ca StringChallenge - Challenge certificate for the user provided hub CA
- name String
- The name of the IoT Hub instance you want to create (e.g.
my-hub
). - project
Id String project_id
) The ID of the project the IoT Hub Instance is associated with.- region String
region
) The region in which the Database Instance should be created.
Outputs
All input properties are implicitly available as output properties. Additionally, the IotHub resource produces the following output properties:
- Connected
Device intCount - The current number of connected devices in the Hub.
- Created
At string - The date and time the Hub was created.
- Device
Count int - The number of registered devices in the Hub.
- Endpoint string
- The MQTT network endpoint to connect MQTT devices to.
- Id string
- The provider-assigned unique ID for this managed resource.
- Mqtt
Ca string - The MQTT certificat content
- Mqtt
Ca stringUrl - The MQTT ca url
- Organization
Id string - The organization_id you want to attach the resource to
- Status string
- The current status of the Hub.
- Updated
At string - The date and time the Hub resource was updated.
- Connected
Device intCount - The current number of connected devices in the Hub.
- Created
At string - The date and time the Hub was created.
- Device
Count int - The number of registered devices in the Hub.
- Endpoint string
- The MQTT network endpoint to connect MQTT devices to.
- Id string
- The provider-assigned unique ID for this managed resource.
- Mqtt
Ca string - The MQTT certificat content
- Mqtt
Ca stringUrl - The MQTT ca url
- Organization
Id string - The organization_id you want to attach the resource to
- Status string
- The current status of the Hub.
- Updated
At string - The date and time the Hub resource was updated.
- connected
Device IntegerCount - The current number of connected devices in the Hub.
- created
At String - The date and time the Hub was created.
- device
Count Integer - The number of registered devices in the Hub.
- endpoint String
- The MQTT network endpoint to connect MQTT devices to.
- id String
- The provider-assigned unique ID for this managed resource.
- mqtt
Ca String - The MQTT certificat content
- mqtt
Ca StringUrl - The MQTT ca url
- organization
Id String - The organization_id you want to attach the resource to
- status String
- The current status of the Hub.
- updated
At String - The date and time the Hub resource was updated.
- connected
Device numberCount - The current number of connected devices in the Hub.
- created
At string - The date and time the Hub was created.
- device
Count number - The number of registered devices in the Hub.
- endpoint string
- The MQTT network endpoint to connect MQTT devices to.
- id string
- The provider-assigned unique ID for this managed resource.
- mqtt
Ca string - The MQTT certificat content
- mqtt
Ca stringUrl - The MQTT ca url
- organization
Id string - The organization_id you want to attach the resource to
- status string
- The current status of the Hub.
- updated
At string - The date and time the Hub resource was updated.
- connected_
device_ intcount - The current number of connected devices in the Hub.
- created_
at str - The date and time the Hub was created.
- device_
count int - The number of registered devices in the Hub.
- endpoint str
- The MQTT network endpoint to connect MQTT devices to.
- id str
- The provider-assigned unique ID for this managed resource.
- mqtt_
ca str - The MQTT certificat content
- mqtt_
ca_ strurl - The MQTT ca url
- organization_
id str - The organization_id you want to attach the resource to
- status str
- The current status of the Hub.
- updated_
at str - The date and time the Hub resource was updated.
- connected
Device NumberCount - The current number of connected devices in the Hub.
- created
At String - The date and time the Hub was created.
- device
Count Number - The number of registered devices in the Hub.
- endpoint String
- The MQTT network endpoint to connect MQTT devices to.
- id String
- The provider-assigned unique ID for this managed resource.
- mqtt
Ca String - The MQTT certificat content
- mqtt
Ca StringUrl - The MQTT ca url
- organization
Id String - The organization_id you want to attach the resource to
- status String
- The current status of the Hub.
- updated
At String - The date and time the Hub resource was updated.
Look up Existing IotHub Resource
Get an existing IotHub resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: IotHubState, opts?: CustomResourceOptions): IotHub
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
connected_device_count: Optional[int] = None,
created_at: Optional[str] = None,
device_auto_provisioning: Optional[bool] = None,
device_count: Optional[int] = None,
disable_events: Optional[bool] = None,
enabled: Optional[bool] = None,
endpoint: Optional[str] = None,
events_topic_prefix: Optional[str] = None,
hub_ca: Optional[str] = None,
hub_ca_challenge: Optional[str] = None,
mqtt_ca: Optional[str] = None,
mqtt_ca_url: Optional[str] = None,
name: Optional[str] = None,
organization_id: Optional[str] = None,
product_plan: Optional[str] = None,
project_id: Optional[str] = None,
region: Optional[str] = None,
status: Optional[str] = None,
updated_at: Optional[str] = None) -> IotHub
func GetIotHub(ctx *Context, name string, id IDInput, state *IotHubState, opts ...ResourceOption) (*IotHub, error)
public static IotHub Get(string name, Input<string> id, IotHubState? state, CustomResourceOptions? opts = null)
public static IotHub get(String name, Output<String> id, IotHubState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Connected
Device intCount - The current number of connected devices in the Hub.
- Created
At string - The date and time the Hub was created.
- Device
Auto boolProvisioning - Wether to enable the device auto provisioning or not
- Device
Count int - The number of registered devices in the Hub.
- Disable
Events bool - Whether to enable the hub events or not
- Enabled bool
Wether the IoT Hub instance should be enabled or not.
Important: Updates to
enabled
will disconnect eventually connected devices.- Endpoint string
- The MQTT network endpoint to connect MQTT devices to.
- Events
Topic stringPrefix - Topic prefix for the hub events
- Hub
Ca string - Custom user provided certificate authority
- Hub
Ca stringChallenge - Challenge certificate for the user provided hub CA
- Mqtt
Ca string - The MQTT certificat content
- Mqtt
Ca stringUrl - The MQTT ca url
- Name string
- The name of the IoT Hub instance you want to create (e.g.
my-hub
). - Organization
Id string - The organization_id you want to attach the resource to
- Product
Plan string Product plan to create the hub, see documentation for available product plans (e.g.
plan_shared
)Important: Updates to
product_plan
will recreate the IoT Hub Instance.- Project
Id string project_id
) The ID of the project the IoT Hub Instance is associated with.- Region string
region
) The region in which the Database Instance should be created.- Status string
- The current status of the Hub.
- Updated
At string - The date and time the Hub resource was updated.
- Connected
Device intCount - The current number of connected devices in the Hub.
- Created
At string - The date and time the Hub was created.
- Device
Auto boolProvisioning - Wether to enable the device auto provisioning or not
- Device
Count int - The number of registered devices in the Hub.
- Disable
Events bool - Whether to enable the hub events or not
- Enabled bool
Wether the IoT Hub instance should be enabled or not.
Important: Updates to
enabled
will disconnect eventually connected devices.- Endpoint string
- The MQTT network endpoint to connect MQTT devices to.
- Events
Topic stringPrefix - Topic prefix for the hub events
- Hub
Ca string - Custom user provided certificate authority
- Hub
Ca stringChallenge - Challenge certificate for the user provided hub CA
- Mqtt
Ca string - The MQTT certificat content
- Mqtt
Ca stringUrl - The MQTT ca url
- Name string
- The name of the IoT Hub instance you want to create (e.g.
my-hub
). - Organization
Id string - The organization_id you want to attach the resource to
- Product
Plan string Product plan to create the hub, see documentation for available product plans (e.g.
plan_shared
)Important: Updates to
product_plan
will recreate the IoT Hub Instance.- Project
Id string project_id
) The ID of the project the IoT Hub Instance is associated with.- Region string
region
) The region in which the Database Instance should be created.- Status string
- The current status of the Hub.
- Updated
At string - The date and time the Hub resource was updated.
- connected
Device IntegerCount - The current number of connected devices in the Hub.
- created
At String - The date and time the Hub was created.
- device
Auto BooleanProvisioning - Wether to enable the device auto provisioning or not
- device
Count Integer - The number of registered devices in the Hub.
- disable
Events Boolean - Whether to enable the hub events or not
- enabled Boolean
Wether the IoT Hub instance should be enabled or not.
Important: Updates to
enabled
will disconnect eventually connected devices.- endpoint String
- The MQTT network endpoint to connect MQTT devices to.
- events
Topic StringPrefix - Topic prefix for the hub events
- hub
Ca String - Custom user provided certificate authority
- hub
Ca StringChallenge - Challenge certificate for the user provided hub CA
- mqtt
Ca String - The MQTT certificat content
- mqtt
Ca StringUrl - The MQTT ca url
- name String
- The name of the IoT Hub instance you want to create (e.g.
my-hub
). - organization
Id String - The organization_id you want to attach the resource to
- product
Plan String Product plan to create the hub, see documentation for available product plans (e.g.
plan_shared
)Important: Updates to
product_plan
will recreate the IoT Hub Instance.- project
Id String project_id
) The ID of the project the IoT Hub Instance is associated with.- region String
region
) The region in which the Database Instance should be created.- status String
- The current status of the Hub.
- updated
At String - The date and time the Hub resource was updated.
- connected
Device numberCount - The current number of connected devices in the Hub.
- created
At string - The date and time the Hub was created.
- device
Auto booleanProvisioning - Wether to enable the device auto provisioning or not
- device
Count number - The number of registered devices in the Hub.
- disable
Events boolean - Whether to enable the hub events or not
- enabled boolean
Wether the IoT Hub instance should be enabled or not.
Important: Updates to
enabled
will disconnect eventually connected devices.- endpoint string
- The MQTT network endpoint to connect MQTT devices to.
- events
Topic stringPrefix - Topic prefix for the hub events
- hub
Ca string - Custom user provided certificate authority
- hub
Ca stringChallenge - Challenge certificate for the user provided hub CA
- mqtt
Ca string - The MQTT certificat content
- mqtt
Ca stringUrl - The MQTT ca url
- name string
- The name of the IoT Hub instance you want to create (e.g.
my-hub
). - organization
Id string - The organization_id you want to attach the resource to
- product
Plan string Product plan to create the hub, see documentation for available product plans (e.g.
plan_shared
)Important: Updates to
product_plan
will recreate the IoT Hub Instance.- project
Id string project_id
) The ID of the project the IoT Hub Instance is associated with.- region string
region
) The region in which the Database Instance should be created.- status string
- The current status of the Hub.
- updated
At string - The date and time the Hub resource was updated.
- connected_
device_ intcount - The current number of connected devices in the Hub.
- created_
at str - The date and time the Hub was created.
- device_
auto_ boolprovisioning - Wether to enable the device auto provisioning or not
- device_
count int - The number of registered devices in the Hub.
- disable_
events bool - Whether to enable the hub events or not
- enabled bool
Wether the IoT Hub instance should be enabled or not.
Important: Updates to
enabled
will disconnect eventually connected devices.- endpoint str
- The MQTT network endpoint to connect MQTT devices to.
- events_
topic_ strprefix - Topic prefix for the hub events
- hub_
ca str - Custom user provided certificate authority
- hub_
ca_ strchallenge - Challenge certificate for the user provided hub CA
- mqtt_
ca str - The MQTT certificat content
- mqtt_
ca_ strurl - The MQTT ca url
- name str
- The name of the IoT Hub instance you want to create (e.g.
my-hub
). - organization_
id str - The organization_id you want to attach the resource to
- product_
plan str Product plan to create the hub, see documentation for available product plans (e.g.
plan_shared
)Important: Updates to
product_plan
will recreate the IoT Hub Instance.- project_
id str project_id
) The ID of the project the IoT Hub Instance is associated with.- region str
region
) The region in which the Database Instance should be created.- status str
- The current status of the Hub.
- updated_
at str - The date and time the Hub resource was updated.
- connected
Device NumberCount - The current number of connected devices in the Hub.
- created
At String - The date and time the Hub was created.
- device
Auto BooleanProvisioning - Wether to enable the device auto provisioning or not
- device
Count Number - The number of registered devices in the Hub.
- disable
Events Boolean - Whether to enable the hub events or not
- enabled Boolean
Wether the IoT Hub instance should be enabled or not.
Important: Updates to
enabled
will disconnect eventually connected devices.- endpoint String
- The MQTT network endpoint to connect MQTT devices to.
- events
Topic StringPrefix - Topic prefix for the hub events
- hub
Ca String - Custom user provided certificate authority
- hub
Ca StringChallenge - Challenge certificate for the user provided hub CA
- mqtt
Ca String - The MQTT certificat content
- mqtt
Ca StringUrl - The MQTT ca url
- name String
- The name of the IoT Hub instance you want to create (e.g.
my-hub
). - organization
Id String - The organization_id you want to attach the resource to
- product
Plan String Product plan to create the hub, see documentation for available product plans (e.g.
plan_shared
)Important: Updates to
product_plan
will recreate the IoT Hub Instance.- project
Id String project_id
) The ID of the project the IoT Hub Instance is associated with.- region String
region
) The region in which the Database Instance should be created.- status String
- The current status of the Hub.
- updated
At String - The date and time the Hub resource was updated.
Import
IoT Hubs can be imported using the {region}/{id}
, e.g.
bash
$ pulumi import scaleway:index/iotHub:IotHub hub01 fr-par/11111111-1111-1111-1111-111111111111
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- scaleway pulumiverse/pulumi-scaleway
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scaleway
Terraform Provider.