PullThroughCacheRule

class PullThroughCacheRule : KotlinCustomResource

The AWS::ECR::PullThroughCacheRule resource configures the upstream registry configuration details for an Amazon Elastic Container Registry (Amazon Private ECR) pull-through cache.

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val credentialArn: Output<String>?

The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that identifies the credentials to authenticate to the upstream registry.

Link copied to clipboard

The ECRRepositoryPrefix is a custom alias for upstream registry url.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val upstreamRegistry: Output<String>?

The name of the upstream registry.

Link copied to clipboard

The upstreamRegistryUrl is the endpoint of upstream registry url of the public repository to be cached

Link copied to clipboard
val urn: Output<String>