GetPullThroughCacheRuleResult

data class GetPullThroughCacheRuleResult(val credentialArn: String, val customRoleArn: String, val ecrRepositoryPrefix: String, val id: String, val registryId: String, val upstreamRegistryUrl: String, val upstreamRepositoryPrefix: String)

A collection of values returned by getPullThroughCacheRule.

Constructors

Link copied to clipboard
constructor(credentialArn: String, customRoleArn: String, ecrRepositoryPrefix: String, id: String, registryId: String, upstreamRegistryUrl: String, upstreamRepositoryPrefix: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of the Secret which will be used to authenticate against the registry.

Link copied to clipboard

The ARN of the IAM role associated with the pull through cache rule. Used if the upstream registry is a cross-account ECR private registry.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The registry ID where the repository was created.

Link copied to clipboard

The registry URL of the upstream registry to use as the source.

Link copied to clipboard

The upstream repository prefix associated with the pull through cache rule.