Class CfnPullThroughCacheRuleMixinProps
Properties for CfnPullThroughCacheRulePropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.ECR.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPullThroughCacheRuleMixinProps : ICfnPullThroughCacheRuleMixinProps
Syntax (vb)
Public Class CfnPullThroughCacheRuleMixinProps Implements ICfnPullThroughCacheRuleMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.ECR.Mixins;
var cfnPullThroughCacheRuleMixinProps = new CfnPullThroughCacheRuleMixinProps {
CredentialArn = "credentialArn",
CustomRoleArn = "customRoleArn",
EcrRepositoryPrefix = "ecrRepositoryPrefix",
UpstreamRegistry = "upstreamRegistry",
UpstreamRegistryUrl = "upstreamRegistryUrl",
UpstreamRepositoryPrefix = "upstreamRepositoryPrefix"
};
Synopsis
Constructors
| CfnPullThroughCacheRuleMixinProps() | Properties for CfnPullThroughCacheRulePropsMixin. |
Properties
| CredentialArn | The ARN of the Secrets Manager secret associated with the pull through cache rule. |
| CustomRoleArn | The ARN of the IAM role associated with the pull through cache rule. |
| EcrRepositoryPrefix | The Amazon ECR repository prefix associated with the pull through cache rule. |
| UpstreamRegistry | The name of the upstream source registry associated with the pull through cache rule. |
| UpstreamRegistryUrl | The upstream registry URL associated with the pull through cache rule. |
| UpstreamRepositoryPrefix | The upstream repository prefix associated with the pull through cache rule. |
Constructors
CfnPullThroughCacheRuleMixinProps()
Properties for CfnPullThroughCacheRulePropsMixin.
public CfnPullThroughCacheRuleMixinProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.ECR.Mixins;
var cfnPullThroughCacheRuleMixinProps = new CfnPullThroughCacheRuleMixinProps {
CredentialArn = "credentialArn",
CustomRoleArn = "customRoleArn",
EcrRepositoryPrefix = "ecrRepositoryPrefix",
UpstreamRegistry = "upstreamRegistry",
UpstreamRegistryUrl = "upstreamRegistryUrl",
UpstreamRepositoryPrefix = "upstreamRepositoryPrefix"
};
Properties
CredentialArn
The ARN of the Secrets Manager secret associated with the pull through cache rule.
public string? CredentialArn { get; set; }
Property Value
Remarks
CustomRoleArn
The ARN of the IAM role associated with the pull through cache rule.
public string? CustomRoleArn { get; set; }
Property Value
Remarks
EcrRepositoryPrefix
The Amazon ECR repository prefix associated with the pull through cache rule.
public string? EcrRepositoryPrefix { get; set; }
Property Value
Remarks
UpstreamRegistry
The name of the upstream source registry associated with the pull through cache rule.
public string? UpstreamRegistry { get; set; }
Property Value
Remarks
UpstreamRegistryUrl
The upstream registry URL associated with the pull through cache rule.
public string? UpstreamRegistryUrl { get; set; }
Property Value
Remarks
UpstreamRepositoryPrefix
The upstream repository prefix associated with the pull through cache rule.
public string? UpstreamRepositoryPrefix { get; set; }