UnknownTargetArgs

data class UnknownTargetArgs(val attributes: Output<Map<String, String>>? = null) : ConvertibleToJava<UnknownTargetArgs>

Properties pertaining to the UnknownTarget

Constructors

Link copied to clipboard
constructor(attributes: Output<Map<String, String>>? = null)

Properties

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

Dictionary of string->string pairs containing information about the Storage Target.

Functions

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