PackageGroupArgs

data class PackageGroupArgs(val contactInfo: Output<String>? = null, val description: Output<String>? = null, val domainName: Output<String>? = null, val domainOwner: Output<String>? = null, val originConfiguration: Output<PackageGroupOriginConfigurationArgs>? = null, val pattern: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<PackageGroupArgs>

The resource schema to create a CodeArtifact package group.

Constructors

Link copied to clipboard
constructor(contactInfo: Output<String>? = null, description: Output<String>? = null, domainName: Output<String>? = null, domainOwner: Output<String>? = null, originConfiguration: Output<PackageGroupOriginConfigurationArgs>? = null, pattern: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The contact info of the package group.

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

The text description of the package group.

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

The name of the domain that contains the package group.

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

The 12-digit account ID of the AWS account that owns the domain.

Link copied to clipboard

The package origin configuration of the package group.

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

The package group pattern that is used to gather packages.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to the package group.

Functions

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