Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ecr.CfnPullThroughCacheRulePropsMixin.Builder
Packages that use CfnPullThroughCacheRulePropsMixin.Builder
-
Uses of CfnPullThroughCacheRulePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ecr
Methods in software.amazon.awscdk.cfnpropertymixins.services.ecr that return CfnPullThroughCacheRulePropsMixin.BuilderModifier and TypeMethodDescriptionCfnPullThroughCacheRulePropsMixin.Builder.create()CfnPullThroughCacheRulePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPullThroughCacheRulePropsMixin.Builder.credentialArn(String credentialArn) The ARN of the Secrets Manager secret associated with the pull through cache rule.CfnPullThroughCacheRulePropsMixin.Builder.customRoleArn(String customRoleArn) The ARN of the IAM role associated with the pull through cache rule.CfnPullThroughCacheRulePropsMixin.Builder.ecrRepositoryPrefix(String ecrRepositoryPrefix) The Amazon ECR repository prefix associated with the pull through cache rule.CfnPullThroughCacheRulePropsMixin.Builder.upstreamRegistry(String upstreamRegistry) The name of the upstream source registry associated with the pull through cache rule.CfnPullThroughCacheRulePropsMixin.Builder.upstreamRegistryUrl(String upstreamRegistryUrl) The upstream registry URL associated with the pull through cache rule.CfnPullThroughCacheRulePropsMixin.Builder.upstreamRepositoryPrefix(String upstreamRepositoryPrefix) The upstream repository prefix associated with the pull through cache rule.