PullThroughCacheRuleReference

class aws_cdk.aws_ecr.PullThroughCacheRuleReference(*, ecr_repository_prefix)

Bases: object

A reference to a PullThroughCacheRule resource.

Parameters:

ecr_repository_prefix (str) – The EcrRepositoryPrefix of the PullThroughCacheRule resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_ecr as ecr

pull_through_cache_rule_reference = ecr.PullThroughCacheRuleReference(
    ecr_repository_prefix="ecrRepositoryPrefix"
)

Attributes

ecr_repository_prefix

The EcrRepositoryPrefix of the PullThroughCacheRule resource.