PullThroughCacheRule

class PullThroughCacheRule : KotlinCustomResource

The `AWS::ECR::PullThroughCacheRule` resource creates or updates a pull through cache rule. A pull through cache rule provides a way to cache images from an upstream registry in your Amazon ECR private registry.

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

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

The ARN of the Secrets Manager secret associated with the pull through cache rule.

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

The ARN of the IAM role associated with the pull through cache rule.

Link copied to clipboard

The Amazon ECR repository prefix associated with the pull through cache rule.

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 source registry associated with the pull through cache rule.

Link copied to clipboard

The upstream registry URL associated with the pull through cache rule.

Link copied to clipboard

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

Link copied to clipboard
val urn: Output<String>