Interface CfnPullThroughCacheRuleProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPullThroughCacheRuleProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:37.410Z")
@Stability(Stable)
public interface CfnPullThroughCacheRuleProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnPullThroughCacheRule
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ecr.*; CfnPullThroughCacheRuleProps cfnPullThroughCacheRuleProps = CfnPullThroughCacheRuleProps.builder() .ecrRepositoryPrefix("ecrRepositoryPrefix") .upstreamRegistryUrl("upstreamRegistryUrl") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPullThroughCacheRuleProps
static final class
An implementation forCfnPullThroughCacheRuleProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEcrRepositoryPrefix
The Amazon ECR repository prefix associated with the pull through cache rule. -
getUpstreamRegistryUrl
The upstream registry URL associated with the pull through cache rule. -
builder
-