AzureResourceArgs

data class AzureResourceArgs(val id: Output<String>? = null, val resourceProperties: Output<AzureKeyVaultPropertiesArgs>? = null, val type: Output<String>) : ConvertibleToJava<AzureResourceArgs>

The azure resource info when target service type is AzureResource

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, resourceProperties: Output<AzureKeyVaultPropertiesArgs>? = null, type: Output<String>)

Properties

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

The Id of azure resource.

Link copied to clipboard

The azure resource connection related properties.

Link copied to clipboard
val type: Output<String>

The target service type. Expected value is 'AzureResource'.

Functions

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