ArchivePackageSourcePropertiesArgs

data class ArchivePackageSourcePropertiesArgs(val type: Output<Either<String, PackageSourceType>>? = null, val url: Output<String>? = null) : ConvertibleToJava<ArchivePackageSourcePropertiesArgs>

The properties of the archive package source.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, PackageSourceType>>? = null, url: Output<String>? = null)

Properties

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

The type of package source for a archive.

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

The external repository url.

Functions

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