GetRepositoryResult

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>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Full ARN of the repository.

Link copied to clipboard

Encryption configuration for the repository. See Encryption Configuration below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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
Link copied to clipboard

URL of the repository (in the form aws_account_id.dkr.ecr.region.amazonaws.com/repositoryName).

Link copied to clipboard

Map of tags assigned to the resource.