azure-native.databoxedge.IoTAddon
Explore with Pulumi AI
IoT Addon.
Uses Azure REST API version 2022-03-01. In version 1.x of the Azure Native provider, it used API version 2020-12-01.
Example Usage
PutAddOns
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() => 
{
    var ioTAddon = new AzureNative.DataBoxEdge.IoTAddon("ioTAddon", new()
    {
        AddonName = "arcName",
        DeviceName = "testedgedevice",
        ResourceGroupName = "GroupForEdgeAutomation",
        RoleName = "KubernetesRole",
    });
});
package main
import (
	databoxedge "github.com/pulumi/pulumi-azure-native-sdk/databoxedge/v2"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := databoxedge.NewIoTAddon(ctx, "ioTAddon", &databoxedge.IoTAddonArgs{
			AddonName:         pulumi.String("arcName"),
			DeviceName:        pulumi.String("testedgedevice"),
			ResourceGroupName: pulumi.String("GroupForEdgeAutomation"),
			RoleName:          pulumi.String("KubernetesRole"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.databoxedge.IoTAddon;
import com.pulumi.azurenative.databoxedge.IoTAddonArgs;
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 ioTAddon = new IoTAddon("ioTAddon", IoTAddonArgs.builder()
            .addonName("arcName")
            .deviceName("testedgedevice")
            .resourceGroupName("GroupForEdgeAutomation")
            .roleName("KubernetesRole")
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const ioTAddon = new azure_native.databoxedge.IoTAddon("ioTAddon", {
    addonName: "arcName",
    deviceName: "testedgedevice",
    resourceGroupName: "GroupForEdgeAutomation",
    roleName: "KubernetesRole",
});
import pulumi
import pulumi_azure_native as azure_native
io_t_addon = azure_native.databoxedge.IoTAddon("ioTAddon",
    addon_name="arcName",
    device_name="testedgedevice",
    resource_group_name="GroupForEdgeAutomation",
    role_name="KubernetesRole")
resources:
  ioTAddon:
    type: azure-native:databoxedge:IoTAddon
    properties:
      addonName: arcName
      deviceName: testedgedevice
      resourceGroupName: GroupForEdgeAutomation
      roleName: KubernetesRole
Create IoTAddon Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IoTAddon(name: string, args: IoTAddonArgs, opts?: CustomResourceOptions);@overload
def IoTAddon(resource_name: str,
             args: IoTAddonArgs,
             opts: Optional[ResourceOptions] = None)
@overload
def IoTAddon(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             device_name: Optional[str] = None,
             io_t_device_details: Optional[IoTDeviceInfoArgs] = None,
             io_t_edge_device_details: Optional[IoTDeviceInfoArgs] = None,
             resource_group_name: Optional[str] = None,
             role_name: Optional[str] = None,
             addon_name: Optional[str] = None)func NewIoTAddon(ctx *Context, name string, args IoTAddonArgs, opts ...ResourceOption) (*IoTAddon, error)public IoTAddon(string name, IoTAddonArgs args, CustomResourceOptions? opts = null)
public IoTAddon(String name, IoTAddonArgs args)
public IoTAddon(String name, IoTAddonArgs args, CustomResourceOptions options)
type: azure-native:databoxedge:IoTAddon
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 IoTAddonArgs
- 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 IoTAddonArgs
- 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 IoTAddonArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IoTAddonArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IoTAddonArgs
- 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 ioTAddonResource = new AzureNative.DataBoxEdge.IoTAddon("ioTAddonResource", new()
{
    DeviceName = "string",
    IoTDeviceDetails = new AzureNative.DataBoxEdge.Inputs.IoTDeviceInfoArgs
    {
        DeviceId = "string",
        IoTHostHub = "string",
        Authentication = new AzureNative.DataBoxEdge.Inputs.AuthenticationArgs
        {
            SymmetricKey = new AzureNative.DataBoxEdge.Inputs.SymmetricKeyArgs
            {
                ConnectionString = new AzureNative.DataBoxEdge.Inputs.AsymmetricEncryptedSecretArgs
                {
                    EncryptionAlgorithm = "string",
                    Value = "string",
                    EncryptionCertThumbprint = "string",
                },
            },
        },
        IoTHostHubId = "string",
    },
    IoTEdgeDeviceDetails = new AzureNative.DataBoxEdge.Inputs.IoTDeviceInfoArgs
    {
        DeviceId = "string",
        IoTHostHub = "string",
        Authentication = new AzureNative.DataBoxEdge.Inputs.AuthenticationArgs
        {
            SymmetricKey = new AzureNative.DataBoxEdge.Inputs.SymmetricKeyArgs
            {
                ConnectionString = new AzureNative.DataBoxEdge.Inputs.AsymmetricEncryptedSecretArgs
                {
                    EncryptionAlgorithm = "string",
                    Value = "string",
                    EncryptionCertThumbprint = "string",
                },
            },
        },
        IoTHostHubId = "string",
    },
    Kind = "string",
    ResourceGroupName = "string",
    RoleName = "string",
    AddonName = "string",
});
example, err := databoxedge.NewIoTAddon(ctx, "ioTAddonResource", &databoxedge.IoTAddonArgs{
	DeviceName: pulumi.String("string"),
	IoTDeviceDetails: &databoxedge.IoTDeviceInfoArgs{
		DeviceId:   pulumi.String("string"),
		IoTHostHub: pulumi.String("string"),
		Authentication: &databoxedge.AuthenticationArgs{
			SymmetricKey: &databoxedge.SymmetricKeyArgs{
				ConnectionString: &databoxedge.AsymmetricEncryptedSecretArgs{
					EncryptionAlgorithm:      pulumi.String("string"),
					Value:                    pulumi.String("string"),
					EncryptionCertThumbprint: pulumi.String("string"),
				},
			},
		},
		IoTHostHubId: pulumi.String("string"),
	},
	IoTEdgeDeviceDetails: &databoxedge.IoTDeviceInfoArgs{
		DeviceId:   pulumi.String("string"),
		IoTHostHub: pulumi.String("string"),
		Authentication: &databoxedge.AuthenticationArgs{
			SymmetricKey: &databoxedge.SymmetricKeyArgs{
				ConnectionString: &databoxedge.AsymmetricEncryptedSecretArgs{
					EncryptionAlgorithm:      pulumi.String("string"),
					Value:                    pulumi.String("string"),
					EncryptionCertThumbprint: pulumi.String("string"),
				},
			},
		},
		IoTHostHubId: pulumi.String("string"),
	},
	Kind:              pulumi.String("string"),
	ResourceGroupName: pulumi.String("string"),
	RoleName:          pulumi.String("string"),
	AddonName:         pulumi.String("string"),
})
var ioTAddonResource = new IoTAddon("ioTAddonResource", IoTAddonArgs.builder()
    .deviceName("string")
    .ioTDeviceDetails(IoTDeviceInfoArgs.builder()
        .deviceId("string")
        .ioTHostHub("string")
        .authentication(AuthenticationArgs.builder()
            .symmetricKey(SymmetricKeyArgs.builder()
                .connectionString(AsymmetricEncryptedSecretArgs.builder()
                    .encryptionAlgorithm("string")
                    .value("string")
                    .encryptionCertThumbprint("string")
                    .build())
                .build())
            .build())
        .ioTHostHubId("string")
        .build())
    .ioTEdgeDeviceDetails(IoTDeviceInfoArgs.builder()
        .deviceId("string")
        .ioTHostHub("string")
        .authentication(AuthenticationArgs.builder()
            .symmetricKey(SymmetricKeyArgs.builder()
                .connectionString(AsymmetricEncryptedSecretArgs.builder()
                    .encryptionAlgorithm("string")
                    .value("string")
                    .encryptionCertThumbprint("string")
                    .build())
                .build())
            .build())
        .ioTHostHubId("string")
        .build())
    .kind("string")
    .resourceGroupName("string")
    .roleName("string")
    .addonName("string")
    .build());
io_t_addon_resource = azure_native.databoxedge.IoTAddon("ioTAddonResource",
    device_name="string",
    io_t_device_details={
        "device_id": "string",
        "io_t_host_hub": "string",
        "authentication": {
            "symmetric_key": {
                "connection_string": {
                    "encryption_algorithm": "string",
                    "value": "string",
                    "encryption_cert_thumbprint": "string",
                },
            },
        },
        "io_t_host_hub_id": "string",
    },
    io_t_edge_device_details={
        "device_id": "string",
        "io_t_host_hub": "string",
        "authentication": {
            "symmetric_key": {
                "connection_string": {
                    "encryption_algorithm": "string",
                    "value": "string",
                    "encryption_cert_thumbprint": "string",
                },
            },
        },
        "io_t_host_hub_id": "string",
    },
    kind="string",
    resource_group_name="string",
    role_name="string",
    addon_name="string")
const ioTAddonResource = new azure_native.databoxedge.IoTAddon("ioTAddonResource", {
    deviceName: "string",
    ioTDeviceDetails: {
        deviceId: "string",
        ioTHostHub: "string",
        authentication: {
            symmetricKey: {
                connectionString: {
                    encryptionAlgorithm: "string",
                    value: "string",
                    encryptionCertThumbprint: "string",
                },
            },
        },
        ioTHostHubId: "string",
    },
    ioTEdgeDeviceDetails: {
        deviceId: "string",
        ioTHostHub: "string",
        authentication: {
            symmetricKey: {
                connectionString: {
                    encryptionAlgorithm: "string",
                    value: "string",
                    encryptionCertThumbprint: "string",
                },
            },
        },
        ioTHostHubId: "string",
    },
    kind: "string",
    resourceGroupName: "string",
    roleName: "string",
    addonName: "string",
});
type: azure-native:databoxedge:IoTAddon
properties:
    addonName: string
    deviceName: string
    ioTDeviceDetails:
        authentication:
            symmetricKey:
                connectionString:
                    encryptionAlgorithm: string
                    encryptionCertThumbprint: string
                    value: string
        deviceId: string
        ioTHostHub: string
        ioTHostHubId: string
    ioTEdgeDeviceDetails:
        authentication:
            symmetricKey:
                connectionString:
                    encryptionAlgorithm: string
                    encryptionCertThumbprint: string
                    value: string
        deviceId: string
        ioTHostHub: string
        ioTHostHubId: string
    kind: string
    resourceGroupName: string
    roleName: string
IoTAddon Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The IoTAddon resource accepts the following input properties:
- DeviceName string
- The device name.
- IoTDevice Pulumi.Details Azure Native. Data Box Edge. Inputs. Io TDevice Info 
- IoT device metadata to which appliance needs to be connected.
- IoTEdge Pulumi.Device Details Azure Native. Data Box Edge. Inputs. Io TDevice Info 
- IoT edge device to which the IoT Addon needs to be configured.
- ResourceGroup stringName 
- The resource group name.
- RoleName string
- The role name.
- AddonName string
- The addon name.
- DeviceName string
- The device name.
- IoTDevice IoDetails TDevice Info Args 
- IoT device metadata to which appliance needs to be connected.
- IoTEdge IoDevice Details TDevice Info Args 
- IoT edge device to which the IoT Addon needs to be configured.
- ResourceGroup stringName 
- The resource group name.
- RoleName string
- The role name.
- AddonName string
- The addon name.
- deviceName String
- The device name.
- ioTDevice IoDetails TDevice Info 
- IoT device metadata to which appliance needs to be connected.
- ioTEdge IoDevice Details TDevice Info 
- IoT edge device to which the IoT Addon needs to be configured.
- resourceGroup StringName 
- The resource group name.
- roleName String
- The role name.
- addonName String
- The addon name.
- deviceName string
- The device name.
- ioTDevice IoDetails TDevice Info 
- IoT device metadata to which appliance needs to be connected.
- ioTEdge IoDevice Details TDevice Info 
- IoT edge device to which the IoT Addon needs to be configured.
- resourceGroup stringName 
- The resource group name.
- roleName string
- The role name.
- addonName string
- The addon name.
- device_name str
- The device name.
- io_t_ Iodevice_ details TDevice Info Args 
- IoT device metadata to which appliance needs to be connected.
- io_t_ Ioedge_ device_ details TDevice Info Args 
- IoT edge device to which the IoT Addon needs to be configured.
- resource_group_ strname 
- The resource group name.
- role_name str
- The role name.
- addon_name str
- The addon name.
- deviceName String
- The device name.
- ioTDevice Property MapDetails 
- IoT device metadata to which appliance needs to be connected.
- ioTEdge Property MapDevice Details 
- IoT edge device to which the IoT Addon needs to be configured.
- resourceGroup StringName 
- The resource group name.
- roleName String
- The role name.
- addonName String
- The addon name.
Outputs
All input properties are implicitly available as output properties. Additionally, the IoTAddon resource produces the following output properties:
- HostPlatform string
- Host OS supported by the IoT addon.
- HostPlatform stringType 
- Platform where the runtime is hosted.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The object name.
- ProvisioningState string
- Addon Provisioning State
- SystemData Pulumi.Azure Native. Data Box Edge. Outputs. System Data Response 
- Metadata pertaining to creation and last modification of Addon
- Type string
- The hierarchical type of the object.
- Version string
- Version of IoT running on the appliance.
- HostPlatform string
- Host OS supported by the IoT addon.
- HostPlatform stringType 
- Platform where the runtime is hosted.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The object name.
- ProvisioningState string
- Addon Provisioning State
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of Addon
- Type string
- The hierarchical type of the object.
- Version string
- Version of IoT running on the appliance.
- hostPlatform String
- Host OS supported by the IoT addon.
- hostPlatform StringType 
- Platform where the runtime is hosted.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The object name.
- provisioningState String
- Addon Provisioning State
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of Addon
- type String
- The hierarchical type of the object.
- version String
- Version of IoT running on the appliance.
- hostPlatform string
- Host OS supported by the IoT addon.
- hostPlatform stringType 
- Platform where the runtime is hosted.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The object name.
- provisioningState string
- Addon Provisioning State
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of Addon
- type string
- The hierarchical type of the object.
- version string
- Version of IoT running on the appliance.
- host_platform str
- Host OS supported by the IoT addon.
- host_platform_ strtype 
- Platform where the runtime is hosted.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The object name.
- provisioning_state str
- Addon Provisioning State
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of Addon
- type str
- The hierarchical type of the object.
- version str
- Version of IoT running on the appliance.
- hostPlatform String
- Host OS supported by the IoT addon.
- hostPlatform StringType 
- Platform where the runtime is hosted.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The object name.
- provisioningState String
- Addon Provisioning State
- systemData Property Map
- Metadata pertaining to creation and last modification of Addon
- type String
- The hierarchical type of the object.
- version String
- Version of IoT running on the appliance.
Supporting Types
AsymmetricEncryptedSecret, AsymmetricEncryptedSecretArgs      
- EncryptionAlgorithm string | Pulumi.Azure Native. Data Box Edge. Encryption Algorithm 
- The algorithm used to encrypt "Value".
- Value string
- The value of the secret.
- EncryptionCert stringThumbprint 
- Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.
- EncryptionAlgorithm string | EncryptionAlgorithm 
- The algorithm used to encrypt "Value".
- Value string
- The value of the secret.
- EncryptionCert stringThumbprint 
- Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.
- encryptionAlgorithm String | EncryptionAlgorithm 
- The algorithm used to encrypt "Value".
- value String
- The value of the secret.
- encryptionCert StringThumbprint 
- Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.
- encryptionAlgorithm string | EncryptionAlgorithm 
- The algorithm used to encrypt "Value".
- value string
- The value of the secret.
- encryptionCert stringThumbprint 
- Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.
- encryption_algorithm str | EncryptionAlgorithm 
- The algorithm used to encrypt "Value".
- value str
- The value of the secret.
- encryption_cert_ strthumbprint 
- Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.
- encryptionAlgorithm String | "None" | "AES256" | "RSAES_PKCS1_v_1_5" 
- The algorithm used to encrypt "Value".
- value String
- The value of the secret.
- encryptionCert StringThumbprint 
- Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.
AsymmetricEncryptedSecretResponse, AsymmetricEncryptedSecretResponseArgs        
- EncryptionAlgorithm string
- The algorithm used to encrypt "Value".
- Value string
- The value of the secret.
- EncryptionCert stringThumbprint 
- Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.
- EncryptionAlgorithm string
- The algorithm used to encrypt "Value".
- Value string
- The value of the secret.
- EncryptionCert stringThumbprint 
- Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.
- encryptionAlgorithm String
- The algorithm used to encrypt "Value".
- value String
- The value of the secret.
- encryptionCert StringThumbprint 
- Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.
- encryptionAlgorithm string
- The algorithm used to encrypt "Value".
- value string
- The value of the secret.
- encryptionCert stringThumbprint 
- Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.
- encryption_algorithm str
- The algorithm used to encrypt "Value".
- value str
- The value of the secret.
- encryption_cert_ strthumbprint 
- Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.
- encryptionAlgorithm String
- The algorithm used to encrypt "Value".
- value String
- The value of the secret.
- encryptionCert StringThumbprint 
- Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.
Authentication, AuthenticationArgs  
- SymmetricKey Pulumi.Azure Native. Data Box Edge. Inputs. Symmetric Key 
- Symmetric key for authentication.
- SymmetricKey SymmetricKey 
- Symmetric key for authentication.
- symmetricKey SymmetricKey 
- Symmetric key for authentication.
- symmetricKey SymmetricKey 
- Symmetric key for authentication.
- symmetric_key SymmetricKey 
- Symmetric key for authentication.
- symmetricKey Property Map
- Symmetric key for authentication.
AuthenticationResponse, AuthenticationResponseArgs    
- SymmetricKey Pulumi.Azure Native. Data Box Edge. Inputs. Symmetric Key Response 
- Symmetric key for authentication.
- SymmetricKey SymmetricKey Response 
- Symmetric key for authentication.
- symmetricKey SymmetricKey Response 
- Symmetric key for authentication.
- symmetricKey SymmetricKey Response 
- Symmetric key for authentication.
- symmetric_key SymmetricKey Response 
- Symmetric key for authentication.
- symmetricKey Property Map
- Symmetric key for authentication.
EncryptionAlgorithm, EncryptionAlgorithmArgs    
- None
- None
- AES256
- AES256
- RSAES_PKCS1_v_1_5 
- RSAES_PKCS1_v_1_5
- EncryptionAlgorithm None 
- None
- EncryptionAlgorithm AES256 
- AES256
- EncryptionAlgorithm_RSAES_PKCS1_ v_1_5 
- RSAES_PKCS1_v_1_5
- None
- None
- AES256
- AES256
- RSAES_PKCS1_v_1_5 
- RSAES_PKCS1_v_1_5
- None
- None
- AES256
- AES256
- RSAES_PKCS1_v_1_5 
- RSAES_PKCS1_v_1_5
- NONE
- None
- AES256
- AES256
- RSAE_S_PKCS1_V_1_5
- RSAES_PKCS1_v_1_5
- "None"
- None
- "AES256"
- AES256
- "RSAES_PKCS1_v_1_5" 
- RSAES_PKCS1_v_1_5
IoTDeviceInfo, IoTDeviceInfoArgs      
- DeviceId string
- ID of the IoT device/edge device.
- IoTHost stringHub 
- Host name for the IoT hub associated to the device.
- Authentication
Pulumi.Azure Native. Data Box Edge. Inputs. Authentication 
- Encrypted IoT device/IoT edge device connection string.
- IoTHost stringHub Id 
- Id for the IoT hub associated to the device.
- DeviceId string
- ID of the IoT device/edge device.
- IoTHost stringHub 
- Host name for the IoT hub associated to the device.
- Authentication Authentication
- Encrypted IoT device/IoT edge device connection string.
- IoTHost stringHub Id 
- Id for the IoT hub associated to the device.
- deviceId String
- ID of the IoT device/edge device.
- ioTHost StringHub 
- Host name for the IoT hub associated to the device.
- authentication Authentication
- Encrypted IoT device/IoT edge device connection string.
- ioTHost StringHub Id 
- Id for the IoT hub associated to the device.
- deviceId string
- ID of the IoT device/edge device.
- ioTHost stringHub 
- Host name for the IoT hub associated to the device.
- authentication Authentication
- Encrypted IoT device/IoT edge device connection string.
- ioTHost stringHub Id 
- Id for the IoT hub associated to the device.
- device_id str
- ID of the IoT device/edge device.
- io_t_ strhost_ hub 
- Host name for the IoT hub associated to the device.
- authentication Authentication
- Encrypted IoT device/IoT edge device connection string.
- io_t_ strhost_ hub_ id 
- Id for the IoT hub associated to the device.
- deviceId String
- ID of the IoT device/edge device.
- ioTHost StringHub 
- Host name for the IoT hub associated to the device.
- authentication Property Map
- Encrypted IoT device/IoT edge device connection string.
- ioTHost StringHub Id 
- Id for the IoT hub associated to the device.
IoTDeviceInfoResponse, IoTDeviceInfoResponseArgs        
- DeviceId string
- ID of the IoT device/edge device.
- IoTHost stringHub 
- Host name for the IoT hub associated to the device.
- Authentication
Pulumi.Azure Native. Data Box Edge. Inputs. Authentication Response 
- Encrypted IoT device/IoT edge device connection string.
- IoTHost stringHub Id 
- Id for the IoT hub associated to the device.
- DeviceId string
- ID of the IoT device/edge device.
- IoTHost stringHub 
- Host name for the IoT hub associated to the device.
- Authentication
AuthenticationResponse 
- Encrypted IoT device/IoT edge device connection string.
- IoTHost stringHub Id 
- Id for the IoT hub associated to the device.
- deviceId String
- ID of the IoT device/edge device.
- ioTHost StringHub 
- Host name for the IoT hub associated to the device.
- authentication
AuthenticationResponse 
- Encrypted IoT device/IoT edge device connection string.
- ioTHost StringHub Id 
- Id for the IoT hub associated to the device.
- deviceId string
- ID of the IoT device/edge device.
- ioTHost stringHub 
- Host name for the IoT hub associated to the device.
- authentication
AuthenticationResponse 
- Encrypted IoT device/IoT edge device connection string.
- ioTHost stringHub Id 
- Id for the IoT hub associated to the device.
- device_id str
- ID of the IoT device/edge device.
- io_t_ strhost_ hub 
- Host name for the IoT hub associated to the device.
- authentication
AuthenticationResponse 
- Encrypted IoT device/IoT edge device connection string.
- io_t_ strhost_ hub_ id 
- Id for the IoT hub associated to the device.
- deviceId String
- ID of the IoT device/edge device.
- ioTHost StringHub 
- Host name for the IoT hub associated to the device.
- authentication Property Map
- Encrypted IoT device/IoT edge device connection string.
- ioTHost StringHub Id 
- Id for the IoT hub associated to the device.
SymmetricKey, SymmetricKeyArgs    
- ConnectionString Pulumi.Azure Native. Data Box Edge. Inputs. Asymmetric Encrypted Secret 
- Connection string based on the symmetric key.
- ConnectionString AsymmetricEncrypted Secret 
- Connection string based on the symmetric key.
- connectionString AsymmetricEncrypted Secret 
- Connection string based on the symmetric key.
- connectionString AsymmetricEncrypted Secret 
- Connection string based on the symmetric key.
- connection_string AsymmetricEncrypted Secret 
- Connection string based on the symmetric key.
- connectionString Property Map
- Connection string based on the symmetric key.
SymmetricKeyResponse, SymmetricKeyResponseArgs      
- ConnectionString Pulumi.Azure Native. Data Box Edge. Inputs. Asymmetric Encrypted Secret Response 
- Connection string based on the symmetric key.
- ConnectionString AsymmetricEncrypted Secret Response 
- Connection string based on the symmetric key.
- connectionString AsymmetricEncrypted Secret Response 
- Connection string based on the symmetric key.
- connectionString AsymmetricEncrypted Secret Response 
- Connection string based on the symmetric key.
- connection_string AsymmetricEncrypted Secret Response 
- Connection string based on the symmetric key.
- connectionString Property Map
- Connection string based on the symmetric key.
SystemDataResponse, SystemDataResponseArgs      
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:databoxedge:IoTAddon arcName /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/roles/{roleName}/addons/{addonName} 
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0