Interface CfnPullThroughCacheRuleProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPullThroughCacheRuleProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)",
date="2024-09-06T01:36:27.194Z")
@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() .credentialArn("credentialArn") .ecrRepositoryPrefix("ecrRepositoryPrefix") .upstreamRegistry("upstreamRegistry") .upstreamRegistryUrl("upstreamRegistryUrl") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPullThroughCacheRuleProps
static final class
An implementation forCfnPullThroughCacheRuleProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
The ARN of the Secrets Manager secret associated with the pull through cache rule.default String
The Amazon ECR repository prefix associated with the pull through cache rule.default String
The name of the upstream source registry associated with the pull through cache rule.default String
The upstream registry URL associated with the pull through cache rule.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCredentialArn
The ARN of the Secrets Manager secret associated with the pull through cache rule.- See Also:
-
getEcrRepositoryPrefix
The Amazon ECR repository prefix associated with the pull through cache rule.- See Also:
-
getUpstreamRegistry
The name of the upstream source registry associated with the pull through cache rule.- See Also:
-
getUpstreamRegistryUrl
The upstream registry URL associated with the pull through cache rule.- See Also:
-
builder
-