AWS SDK Version 3 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.

Details about a package group.

Inheritance Hierarchy

System.Object
  Amazon.CodeArtifact.Model.PackageGroupSummary

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

Syntax

C#
public class PackageGroupSummary

The PackageGroupSummary type exposes the following members

Constructors

NameDescription
Public Method PackageGroupSummary()

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.DateTime

Gets and sets the property CreatedTime.

A timestamp that represents the date and time the repository 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 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.

Details about the package origin configuration of a package group.

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5