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. A domain is a container for repositories. When you create a domain, it is empty until you add one or more repositories.

Inheritance Hierarchy

System.Object
  Amazon.CodeArtifact.Model.DomainDescription

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

Syntax

C#
public class DomainDescription

The DomainDescription type exposes the following members

Constructors

NameDescription
Public Method DomainDescription()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the domain.

Public Property AssetSizeBytes System.Int64

Gets and sets the property AssetSizeBytes.

The total size of all assets in the domain.

Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

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

Public Property EncryptionKey System.String

Gets and sets the property EncryptionKey.

The ARN of an Key Management Service (KMS) key associated with a 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 Amazon Web Services account ID that owns the domain.

Public Property RepositoryCount System.Int32

Gets and sets the property RepositoryCount.

The number of repositories in the domain.

Public Property S3BucketArn System.String

Gets and sets the property S3BucketArn.

The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.

Public Property Status Amazon.CodeArtifact.DomainStatus

Gets and sets the property Status.

The current status of a 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