Get Pull Through Cache Rule Result
data class GetPullThroughCacheRuleResult(val ecrRepositoryPrefix: String, val id: String, val registryId: String, val upstreamRegistryUrl: String)
A collection of values returned by getPullThroughCacheRule.
Constructors
Link copied to clipboard
fun GetPullThroughCacheRuleResult(ecrRepositoryPrefix: String, id: String, registryId: String, upstreamRegistryUrl: String)