Distribution Args
data class DistributionArgs(val architecture: Output<DistributionArchitecture>? = null, val cpeUri: Output<String>? = null, val description: Output<String>? = null, val latestVersion: Output<VersionArgs>? = null, val maintainer: Output<String>? = null, val url: Output<String>? = null) : ConvertibleToJava<DistributionArgs>
This represents a particular channel of distribution for a given package. e.g. Debian's jessie-backports dpkg mirror
Constructors
Link copied to clipboard
constructor(architecture: Output<DistributionArchitecture>? = null, cpeUri: Output<String>? = null, description: Output<String>? = null, latestVersion: Output<VersionArgs>? = null, maintainer: Output<String>? = null, url: Output<String>? = null)
Properties
Link copied to clipboard
The CPU architecture for which packages in this distribution channel were built
Link copied to clipboard
The cpe_uri in cpe format denoting the package manager version distributing a package.
Link copied to clipboard
The distribution channel-specific description of this package.
Link copied to clipboard
The latest available version of this package in this distribution channel.
Link copied to clipboard
A freeform string denoting the maintainer of this package.