Describe Domain
codeartifact_describe_domain | R Documentation |
Returns a DomainDescription object that contains information about the requested domain¶
Description¶
Returns a DomainDescription object that contains information about the requested domain.
Usage¶
Arguments¶
domain
[required] A string that specifies the name of the requested domain.
domainOwner
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
Value¶
A list with the following syntax:
list(
domain = list(
name = "string",
owner = "string",
arn = "string",
status = "Active"|"Deleted",
createdTime = as.POSIXct(
"2015-01-01"
),
encryptionKey = "string",
repositoryCount = 123,
assetSizeBytes = 123,
s3BucketArn = "string"
)
)