PackageGroupRestrictionsArgs

data class PackageGroupRestrictionsArgs(val externalUpstream: Output<PackageGroupRestrictionTypeArgs>? = null, val internalUpstream: Output<PackageGroupRestrictionTypeArgs>? = null, val publish: Output<PackageGroupRestrictionTypeArgs>? = null) : ConvertibleToJava<PackageGroupRestrictionsArgs>

Constructors

Link copied to clipboard
constructor(externalUpstream: Output<PackageGroupRestrictionTypeArgs>? = null, internalUpstream: Output<PackageGroupRestrictionTypeArgs>? = null, publish: Output<PackageGroupRestrictionTypeArgs>? = null)

Properties

Link copied to clipboard

The external upstream restriction determines if new package versions can be ingested or retained from external connections.

Link copied to clipboard

The internal upstream restriction determines if new package versions can be ingested or retained from upstream repositories.

Link copied to clipboard

The publish restriction determines if new package versions can be published.

Functions

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