ManagedCCFArgs

data class ManagedCCFArgs(val appName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<ManagedCCFPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ManagedCCFArgs>

Managed CCF. Contains the properties of Managed CCF Resource. Uses Azure REST API version 2023-01-26-preview. Other available API versions: 2023-06-28-preview, 2024-07-09-preview, 2024-09-19-preview.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:confidentialledger:ManagedCCF DummyLedgerName /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}

Constructors

Link copied to clipboard
constructor(appName: Output<String>? = null, location: Output<String>? = null, properties: Output<ManagedCCFPropertiesArgs>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val appName: Output<String>? = null

Name of the Managed CCF

Link copied to clipboard
val location: Output<String>? = null

The geo-location where the resource lives

Link copied to clipboard

Properties of Managed CCF Resource.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group. The name is case insensitive.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Functions

Link copied to clipboard
open override fun toJava(): ManagedCCFArgs