GetPrebuiltEcrImageResult

data class GetPrebuiltEcrImageResult(val dnsSuffix: String? = null, val id: String, val imageTag: String? = null, val region: String? = null, val registryId: String, val registryPath: String, val repositoryName: String)

A collection of values returned by getPrebuiltEcrImage.

Constructors

Link copied to clipboard
constructor(dnsSuffix: String? = null, id: String, imageTag: String? = null, region: String? = null, registryId: String, registryPath: String, repositoryName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsSuffix: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val imageTag: String? = null
Link copied to clipboard
val region: String? = null
Link copied to clipboard

Account ID containing the image. For example, 469771592824.

Link copied to clipboard

Docker image URL. For example, 341280168497.dkr.ecr.ca-central-1.amazonaws.com/sagemaker-sparkml-serving:2.4.

Link copied to clipboard