interface IPullThroughCacheRuleRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ECR.IPullThroughCacheRuleRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecr#IPullThroughCacheRuleRef |
Java | software.amazon.awscdk.services.ecr.IPullThroughCacheRuleRef |
Python | aws_cdk.aws_ecr.IPullThroughCacheRuleRef |
TypeScript | aws-cdk-lib » aws_ecr » IPullThroughCacheRuleRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a PullThroughCacheRule.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| pull | Pull | A reference to a PullThroughCacheRule resource. |
node
Type:
Node
The tree node.
pullThroughCacheRuleRef
Type:
Pull
A reference to a PullThroughCacheRule resource.

.NET
Go
Java
Python
TypeScript