Get Repository Result
data class GetRepositoryResult(val arn: String, val encryptionConfigurations: List<GetRepositoryEncryptionConfiguration>, val id: String, val imageScanningConfigurations: List<GetRepositoryImageScanningConfiguration>, val imageTagMutability: String, val mostRecentImageTags: List<String>, val name: String, val registryId: String, val repositoryUrl: String, val tags: Map<String, String>)
A collection of values returned by getRepository.
Constructors
Link copied to clipboard
constructor(arn: String, encryptionConfigurations: List<GetRepositoryEncryptionConfiguration>, id: String, imageScanningConfigurations: List<GetRepositoryImageScanningConfiguration>, imageTagMutability: String, mostRecentImageTags: List<String>, name: String, registryId: String, repositoryUrl: String, tags: Map<String, String>)
Properties
Link copied to clipboard
Encryption configuration for the repository. See Encryption Configuration below.
Link copied to clipboard
Configuration block that defines image scanning configuration for the repository. See Image Scanning Configuration below.
Link copied to clipboard
The tag mutability setting for the repository.
Link copied to clipboard
List of image tags associated with the most recently pushed image in the repository.
Link copied to clipboard
Link copied to clipboard
URL of the repository (in the form aws_account_id.dkr.ecr.region.amazonaws.com/repositoryName
).