RelatedUrlArgs

data class RelatedUrlArgs(val label: Output<String>? = null, val url: Output<String>? = null) : ConvertibleToJava<RelatedUrlArgs>

Metadata for any related URL information.

Constructors

Link copied to clipboard
fun RelatedUrlArgs(label: Output<String>? = null, url: Output<String>? = null)

Functions

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

Properties

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

Label to describe usage of the URL.

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

Specific URL associated with the resource.