DomainState class

Input properties used for looking up and filtering Domain resources.

Constructors

DomainState({Input<String?>? arn, Input<String?>? assetSizeBytes, Input<String?>? createdTime, Input<String?>? domain, Input<String?>? encryptionKey, Input<String?>? owner, Input<String?>? region, Input<int?>? repositoryCount, Input<String?>? s3BucketArn, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
Creates a new DomainState. arn The ARN of the Domain. assetSizeBytes The total size of all assets in the domain. createdTime A timestamp that represents the date and time the domain was created in RFC3339 format. domain The name of the domain to create. All domain names in an AWS Region that are in the same AWS account must be unique. The domain name is used as the prefix in DNS hostnames. Do not use sensitive information in a domain name because it is publicly discoverable. encryptionKey Encryption key for the domain. This is used to encrypt content stored in a domain. The KMS Key ARN. The default aws/codeartifact AWS KMS master key is used if this element is absent. owner The AWS account ID that owns the domain. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. repositoryCount The number of repositories in the domain. s3BucketArn The ARN of the Amazon S3 bucket that is used to store package assets in the domain. tags Key-value map of resource tags. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
const
DomainState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
The ARN of the Domain.
final
assetSizeBytes → Input<String?>?
The total size of all assets in the domain.
final
createdTime → Input<String?>?
A timestamp that represents the date and time the domain was created in RFC3339 format.
final
domain → Input<String?>?
The name of the domain to create. All domain names in an AWS Region that are in the same AWS account must be unique. The domain name is used as the prefix in DNS hostnames. Do not use sensitive information in a domain name because it is publicly discoverable.
final
encryptionKey → Input<String?>?
Encryption key for the domain. This is used to encrypt content stored in a domain. The KMS Key ARN. The default aws/codeartifact AWS KMS master key is used if this element is absent.
final
hashCode int
The hash code for this object.
no setterinherited
owner → Input<String?>?
The AWS account ID that owns the domain.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
repositoryCount → Input<int?>?
The number of repositories in the domain.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3BucketArn → Input<String?>?
The ARN of the Amazon S3 bucket that is used to store package assets in the domain.
final
tags → Input<Map<String, String>?>?
Key-value map of resource tags. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited