Package Group Args
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
The contact info of the package group.
Link copied to clipboard
The text description of the package group.
Link copied to clipboard
The name of the domain that contains the package group.
Link copied to clipboard
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.