CreationDataArgs

data class CreationDataArgs(val sourceResourceId: Output<String>? = null) : ConvertibleToJava<CreationDataArgs>

Data used when creating a target resource from a source resource.

Constructors

Link copied to clipboard
constructor(sourceResourceId: Output<String>? = null)

Properties

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

This is the ARM ID of the source object to be used to create the target object.

Functions

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