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.
Namespace: Amazon.CodeArtifact.Model
Assembly: AWSSDK.CodeArtifact.dll
Version: 3.x.y.z
public class DomainDescription
The DomainDescription type exposes the following members
Name | Description | |
---|---|---|
![]() |
DomainDescription() |
Name | Type | Description | |
---|---|---|---|
![]() |
Arn | System.String |
Gets and sets the property Arn. The Amazon Resource Name (ARN) of the domain. |
![]() |
AssetSizeBytes | System.Nullable<System.Int64> |
Gets and sets the property AssetSizeBytes. The total size of all assets in the domain. |
![]() |
CreatedTime | System.Nullable<System.DateTime> |
Gets and sets the property CreatedTime. A timestamp that represents the date and time the domain was created. |
![]() |
EncryptionKey | System.String |
Gets and sets the property EncryptionKey. The ARN of an Key Management Service (KMS) key associated with a domain. |
![]() |
Name | System.String |
Gets and sets the property Name. The name of the domain. |
![]() |
Owner | System.String |
Gets and sets the property Owner. The Amazon Web Services account ID that owns the domain. |
![]() |
RepositoryCount | System.Nullable<System.Int32> |
Gets and sets the property RepositoryCount. The number of repositories in the domain. |
![]() |
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. |
![]() |
Status | Amazon.CodeArtifact.DomainStatus |
Gets and sets the property Status. The current status of a domain. |
.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