AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The description of the package group.

Inheritance Hierarchy

System.Object
  Amazon.CodeArtifact.Model.PackageGroupDescription

Namespace: Amazon.CodeArtifact.Model
Assembly: AWSSDK.CodeArtifact.dll
Version: 3.x.y.z

Syntax

C#
public class PackageGroupDescription

The PackageGroupDescription type exposes the following members

Constructors

NameDescription
Public Method PackageGroupDescription()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the package group.

Public Property ContactInfo System.String

Gets and sets the property ContactInfo.

The contact information of the package group.

Public Property CreatedTime System.Nullable<System.DateTime>

Gets and sets the property CreatedTime.

A timestamp that represents the date and time the package group was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the package group.

Public Property DomainName System.String

Gets and sets the property DomainName.

The name of the domain that contains the package group.

Public Property DomainOwner System.String

Gets and sets the property DomainOwner.

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

Public Property OriginConfiguration Amazon.CodeArtifact.Model.PackageGroupOriginConfiguration

Gets and sets the property OriginConfiguration.

The package group origin configuration that determines how package versions can enter repositories.

Public Property Parent Amazon.CodeArtifact.Model.PackageGroupReference

Gets and sets the property Parent.

The direct parent package group of the package group.

Public Property Pattern System.String

Gets and sets the property Pattern.

The pattern of the package group. The pattern determines which packages are associated with the package group.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer