AssociatedPackage

A package associated with a package group.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the strength of the association between the package and package group. A strong match can be thought of as an exact match, and a weak match can be thought of as a variation match, for example, the package name matches a variation of the package group pattern. For more information about package group pattern matching, including strong and weak matches, see Package group definition syntax and matching behavior in the CodeArtifact User Guide.

Link copied to clipboard

A format that specifies the type of the associated package.

Link copied to clipboard

The namespace of the associated package. The package component that specifies its namespace depends on its type. For example:

Link copied to clipboard

The name of the associated package.

Functions

Link copied to clipboard
inline fun copy(block: AssociatedPackage.Builder.() -> Unit = {}): AssociatedPackage
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String