DataPathAssetReferenceArgs

data class DataPathAssetReferenceArgs(val datastoreId: Output<String>? = null, val path: Output<String>? = null, val referenceType: Output<String>) : ConvertibleToJava<DataPathAssetReferenceArgs>

Reference to an asset via its path in a datastore.

Constructors

Link copied to clipboard
constructor(datastoreId: Output<String>? = null, path: Output<String>? = null, referenceType: Output<String>)

Properties

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

ARM resource ID of the datastore where the asset is located.

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

The path of the file/directory in the datastore.

Link copied to clipboard
val referenceType: Output<String>

Enum to determine which reference method to use for an asset. Expected value is 'DataPath'.

Functions

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