ExternalRefArgs

data class ExternalRefArgs(val category: Output<ExternalRefCategory>? = null, val comment: Output<String>? = null, val locator: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ExternalRefArgs>

An External Reference allows a Package to reference an external source of additional information, metadata, enumerations, asset identifiers, or downloadable content believed to be relevant to the Package

Constructors

Link copied to clipboard
fun ExternalRefArgs(category: Output<ExternalRefCategory>? = null, comment: Output<String>? = null, locator: Output<String>? = null, type: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val category: Output<ExternalRefCategory>? = null

An External Reference allows a Package to reference an external source of additional information, metadata, enumerations, asset identifiers, or downloadable content believed to be relevant to the Package

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

Human-readable information about the purpose and target of the reference

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

The unique string with no spaces necessary to access the package-specific information, metadata, or content within the target location

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

Type of category (e.g. 'npm' for the PACKAGE_MANAGER category)