Package-level declarations

Types

Link copied to clipboard
class Firmware : KotlinCustomResource

Firmware definition Uses Azure REST API version 2024-01-10. In version 2.x of the Azure Native provider, it used API version 2023-02-08-preview. Other available API versions: 2023-02-08-preview, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native iotfirmwaredefense [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class FirmwareArgs(val description: Output<String>? = null, val fileName: Output<String>? = null, val fileSize: Output<Double>? = null, val firmwareId: Output<String>? = null, val model: Output<String>? = null, val resourceGroupName: Output<String>? = null, val status: Output<Either<String, Status>>? = null, val statusMessages: Output<List<StatusMessageArgs>>? = null, val vendor: Output<String>? = null, val version: Output<String>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<FirmwareArgs>

Firmware definition Uses Azure REST API version 2024-01-10. In version 2.x of the Azure Native provider, it used API version 2023-02-08-preview. Other available API versions: 2023-02-08-preview, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native iotfirmwaredefense [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object FirmwareMapper : ResourceMapper<Firmware>
Link copied to clipboard
Link copied to clipboard
class Workspace : KotlinCustomResource

Firmware analysis workspace. Uses Azure REST API version 2024-01-10. In version 2.x of the Azure Native provider, it used API version 2023-02-08-preview. Other available API versions: 2023-02-08-preview, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native iotfirmwaredefense [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class WorkspaceArgs(val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<WorkspaceArgs>

Firmware analysis workspace. Uses Azure REST API version 2024-01-10. In version 2.x of the Azure Native provider, it used API version 2023-02-08-preview. Other available API versions: 2023-02-08-preview, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native iotfirmwaredefense [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object WorkspaceMapper : ResourceMapper<Workspace>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun firmware(name: String, block: suspend FirmwareResourceBuilder.() -> Unit): Firmware
Link copied to clipboard
suspend fun workspace(name: String, block: suspend WorkspaceResourceBuilder.() -> Unit): Workspace