class Aws::CodeArtifact::Types::DomainDescription
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.
@!attribute [rw] name
The name of the domain. @return [String]
@!attribute [rw] owner
The AWS account ID that owns the domain. @return [String]
@!attribute [rw] arn
The Amazon Resource Name (ARN) of the domain. @return [String]
@!attribute [rw] status
The current status of a domain. The valid values are * `Active` * `Deleted` @return [String]
@!attribute [rw] created_time
A timestamp that represents the date and time the domain was created. @return [Time]
@!attribute [rw] encryption_key
The ARN of an AWS Key Management Service (AWS KMS) key associated with a domain. @return [String]
@!attribute [rw] repository_count
The number of repositories in the domain. @return [Integer]
@!attribute [rw] asset_size_bytes
The total size of all assets in the domain. @return [Integer]
@!attribute [rw] s3_bucket_arn
The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/DomainDescription AWS API Documentation
Constants
- SENSITIVE