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.

Information about a domain, including its name, Amazon Resource Name (ARN), and status. The ListDomains operation returns a list of DomainSummary objects.

Inheritance Hierarchy

System.Object
  Amazon.CodeArtifact.Model.DomainSummary

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

Syntax

C#
public class DomainSummary

The DomainSummary type exposes the following members

Constructors

NameDescription
Public Method DomainSummary()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the domain.

Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

A timestamp that contains the date and time the domain was created.

Public Property EncryptionKey System.String

Gets and sets the property EncryptionKey.

The key used to encrypt the domain.

Public Property Name System.String

Gets and sets the property Name.

The name of the domain.

Public Property Owner System.String

Gets and sets the property Owner.

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

Public Property Status Amazon.CodeArtifact.DomainStatus

Gets and sets the property Status.

A string that contains the status of the domain.

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